aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-client
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2025-04-02 13:23:07 +0100
committerEllie Huxtable <ellie@elliehuxtable.com>2025-04-02 13:23:07 +0100
commitda672d5bc321b2d1dddb796e9aa21d85658d9434 (patch)
tree5d963360068742173744c5bb1df77b6ffcb979f0 /crates/atuin-client
parentfix: allow -ve values for timezone (#2609) (diff)
downloadatuin-da672d5bc321b2d1dddb796e9aa21d85658d9434.zip
chore(release): prepare for release 18.5.0-beta.2
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 568de4e0..eccc13c2 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-beta.1" }
+atuin-common = { path = "../atuin-common", version = "18.5.0-beta.2" }
log = { workspace = true }
base64 = { workspace = true }