aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-client/Cargo.toml
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@atuin.sh>2024-12-05 11:32:20 +0000
committerGitHub <noreply@github.com>2024-12-05 11:32:20 +0000
commit33f00df3823fba943c508172f04d048fdbc1c4fa (patch)
treec79448c6bf0d28763a9b0f81b9301c710689dd76 /crates/atuin-client/Cargo.toml
parentfeat: provide additional clarity around key management (#2467) (diff)
downloadatuin-33f00df3823fba943c508172f04d048fdbc1c4fa.zip
chore(release): prepare for release 18.4.0-beta.4 (#2469)
Diffstat (limited to 'crates/atuin-client/Cargo.toml')
-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 eba9dc53..83073f33 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.4.0-beta.3" }
+atuin-common = { path = "../atuin-common", version = "18.4.0-beta.4" }
log = { workspace = true }
base64 = { workspace = true }