aboutsummaryrefslogtreecommitdiffstats
path: root/atuin-dotfiles
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2024-04-15 10:37:28 +0100
committerGitHub <noreply@github.com>2024-04-15 10:37:28 +0100
commita0231a70950fbec9dcc3403e37066d891d1fc833 (patch)
tree2a5e1d50672179e7657e80b5b016af4f2ec572ef /atuin-dotfiles
parentdocs: add missing cli help text (#1945) (diff)
downloadatuin-a0231a70950fbec9dcc3403e37066d891d1fc833.zip
chore(release): prepare for release v18.2.0 (#1950)
* chore(release): prepare for release v18.2.0 * disable codespell for the changelog
Diffstat (limited to 'atuin-dotfiles')
-rw-r--r--atuin-dotfiles/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/atuin-dotfiles/Cargo.toml b/atuin-dotfiles/Cargo.toml
index d5f59e13..1bd16223 100644
--- a/atuin-dotfiles/Cargo.toml
+++ b/atuin-dotfiles/Cargo.toml
@@ -2,7 +2,7 @@
name = "atuin-dotfiles"
description = "The dotfiles crate for Atuin"
edition = "2021"
-version = "0.1.0" # intentionally not the same as the rest
+version = "0.2.0" # intentionally not the same as the rest
authors.workspace = true
rust-version.workspace = true
@@ -14,8 +14,8 @@ readme.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-atuin-common = { path = "../atuin-common", version = "18.1.0" }
-atuin-client = { path = "../atuin-client", version = "18.1.0" }
+atuin-common = { path = "../atuin-common", version = "18.2.0" }
+atuin-client = { path = "../atuin-client", version = "18.2.0" }
eyre = { workspace = true }
tokio = { workspace = true }