aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-client
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@atuin.sh>2025-04-28 14:32:07 +0100
committerGitHub <noreply@github.com>2025-04-28 14:32:07 +0100
commit10df8ff8d1d10aabcf19ec5d1aa7ddfc94d4b020 (patch)
treea16c41302dca98ed3ba5e18e55250c94d6c4c8ed /crates/atuin-client
parentRevert "feat(zsh): try to go to the position in zsh's history (#1469)" (#2715) (diff)
downloadatuin-10df8ff8d1d10aabcf19ec5d1aa7ddfc94d4b020.zip
chore(release): prepare for release 18.6.0-beta.1 (#2723)
Diffstat (limited to 'crates/atuin-client')
-rw-r--r--crates/atuin-client/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/atuin-client/Cargo.toml b/crates/atuin-client/Cargo.toml
index cdeded3d..34b63ef6 100644
--- a/crates/atuin-client/Cargo.toml
+++ b/crates/atuin-client/Cargo.toml
@@ -19,7 +19,7 @@ daemon = []
check-update = []
[dependencies]
-atuin-common = { path = "../atuin-common", version = "18.5.0" }
+atuin-common = { path = "../atuin-common", version = "18.6.0-beta.1" }
log = { workspace = true }
base64 = { workspace = true }