aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-dotfiles
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@atuin.sh>2024-12-05 23:24:04 +0000
committerGitHub <noreply@github.com>2024-12-05 23:24:04 +0000
commitcb570539195e1a6ad031a74833e376631c00d13a (patch)
tree8e13e29490921be7bc9c37a036fcb4d28f57d239 /crates/atuin-dotfiles
parentchore: update cargo-dist (#2471) (diff)
downloadatuin-cb570539195e1a6ad031a74833e376631c00d13a.zip
chore(release): prepare for release 18.4.0-beta.5 (#2472)
Diffstat (limited to 'crates/atuin-dotfiles')
-rw-r--r--crates/atuin-dotfiles/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/atuin-dotfiles/Cargo.toml b/crates/atuin-dotfiles/Cargo.toml
index e1419f30..fa330a56 100644
--- a/crates/atuin-dotfiles/Cargo.toml
+++ b/crates/atuin-dotfiles/Cargo.toml
@@ -14,8 +14,8 @@ readme.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-atuin-common = { path = "../atuin-common", version = "18.4.0-beta.4" }
-atuin-client = { path = "../atuin-client", version = "18.4.0-beta.4" }
+atuin-common = { path = "../atuin-common", version = "18.4.0-beta.5" }
+atuin-client = { path = "../atuin-client", version = "18.4.0-beta.5" }
eyre = { workspace = true }
tokio = { workspace = true }