aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-daemon
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@atuin.sh>2025-05-06 16:18:21 -0700
committerGitHub <noreply@github.com>2025-05-06 16:18:21 -0700
commit45460d4c31c793985970a53f125d1a5da42c8d25 (patch)
tree446d80dda27f4999b843a467af607ecfe15934de /crates/atuin-daemon
parentfeat: Implement KV as a write-through cache (#2732) (diff)
downloadatuin-45460d4c31c793985970a53f125d1a5da42c8d25.zip
chore(release): prepare for release 18.6.0 (#2740)
Co-authored-by: Ellie Huxtable <ellie@mac.lan>
Diffstat (limited to 'crates/atuin-daemon')
-rw-r--r--crates/atuin-daemon/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/atuin-daemon/Cargo.toml b/crates/atuin-daemon/Cargo.toml
index be7f7c2b..b32c45b2 100644
--- a/crates/atuin-daemon/Cargo.toml
+++ b/crates/atuin-daemon/Cargo.toml
@@ -14,9 +14,9 @@ readme.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-atuin-client = { path = "../atuin-client", version = "18.6.0-beta.1" }
-atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.6.0-beta.1" }
-atuin-history = { path = "../atuin-history", version = "18.6.0-beta.1" }
+atuin-client = { path = "../atuin-client", version = "18.6.0" }
+atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.6.0" }
+atuin-history = { path = "../atuin-history", version = "18.6.0" }
time = { workspace = true }
uuid = { workspace = true }