aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-daemon
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@atuin.sh>2025-08-04 12:33:08 +0200
committerGitHub <noreply@github.com>2025-08-04 12:33:08 +0200
commit5614596c8165e6f5e22b5524c7bb127bf55bc48a (patch)
tree4cd042d3075e09e6928d61914dd41c215cf4697e /crates/atuin-daemon
parentfeat: add IDX_CACHE_ROLLOUT (#2850) (diff)
downloadatuin-5614596c8165e6f5e22b5524c7bb127bf55bc48a.zip
chore(release): prepare for release 18.8.0 (#2858)
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 5598b3e5..de47be9b 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.7.1" }
-atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.7.1" }
-atuin-history = { path = "../atuin-history", version = "18.7.1" }
+atuin-client = { path = "../atuin-client", version = "18.8.0" }
+atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.8.0" }
+atuin-history = { path = "../atuin-history", version = "18.8.0" }
time = { workspace = true }
uuid = { workspace = true }