aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-client
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@atuin.sh>2024-07-23 13:38:41 +0100
committerGitHub <noreply@github.com>2024-07-23 13:38:41 +0100
commit3cf52990e4a8d0e854f5a0ed8f04ffa782b92f17 (patch)
treea4549179f4f48f7e3c3c996c32aaea11d926c0cc /crates/atuin-client
parentfeat(gui): clean up home page, fix a few bugs (#2304) (diff)
downloadatuin-3cf52990e4a8d0e854f5a0ed8f04ffa782b92f17.zip
chore(release): prepare for release v18.4.0-beta.3 (#2305)
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 2b8c9222..31c84b12 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.2" }
+atuin-common = { path = "../atuin-common", version = "18.4.0-beta.3" }
log = { workspace = true }
base64 = { workspace = true }