aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-dotfiles
diff options
context:
space:
mode:
authorMichelle Tilley <michelle@michelletilley.net>2026-02-05 20:40:53 -0800
committerGitHub <noreply@github.com>2026-02-05 20:40:53 -0800
commit3d3259eb9a6321193e1366d722574be67b085e85 (patch)
treea4f48f9c45b80844df7da6743389f081399284f8 /crates/atuin-dotfiles
parentfix(tui): space and F1-F24 keys not handled properly by new keybind system (#... (diff)
downloadatuin-3d3259eb9a6321193e1366d722574be67b085e85.zip
chore(release): prepare for release 18.12.0-beta.4 (#3139)
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 0a356a61..f9fbfaee 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.12.0-beta.3" }
-atuin-client = { path = "../atuin-client", version = "18.12.0-beta.3" }
+atuin-common = { path = "../atuin-common", version = "18.12.0-beta.4" }
+atuin-client = { path = "../atuin-client", version = "18.12.0-beta.4" }
eyre = { workspace = true }
tokio = { workspace = true }