aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-client
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@atuin.sh>2025-04-07 14:33:24 +0100
committerGitHub <noreply@github.com>2025-04-07 14:33:24 +0100
commit1f6031d84acefd68b2dcc9d3a11eb6203745303f (patch)
tree90eca72cc25f7cffd0144bcef112b4341199f7e8 /crates/atuin-client
parentfeat: support storing, syncing and executing scripts (#2644) (diff)
downloadatuin-1f6031d84acefd68b2dcc9d3a11eb6203745303f.zip
chore(release): prepare for release 18.5.0-beta.3 (#2678)
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 a4f2fb24..37b7d200 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.2" }
+atuin-common = { path = "../atuin-common", version = "18.5.0-beta.3" }
log = { workspace = true }
base64 = { workspace = true }