aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-client
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2024-06-25 12:35:12 +0100
committerGitHub <noreply@github.com>2024-06-25 12:35:12 +0100
commitc8b3e418a1d485da8d9bf522ce1f93facf9d60a7 (patch)
tree5ff4905e25c7a7be19de8b0b64063c6ac67acbe7 /crates/atuin-client
parentchore(deps): update ratatui to 0.27 (#2193) (diff)
downloadatuin-c8b3e418a1d485da8d9bf522ce1f93facf9d60a7.zip
chore(release): prepare for release v18.4.0-beta.1 (#2195)
* chore(release): prepare for release v18.4.0-beta.1 * remove full release test
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 65727f2f..79a2f0a6 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.3.0" }
+atuin-common = { path = "../atuin-common", version = "18.4.0-beta.1" }
log = { workspace = true }
base64 = { workspace = true }