aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-daemon
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2026-03-16 10:42:02 -0700
committerEllie Huxtable <ellie@elliehuxtable.com>2026-03-16 10:42:02 -0700
commitd65dcce743ab3b9ebac210aa2b5ee5e0c84a2f03 (patch)
treeb1425750dc8b675c87dc915442f74c218128a6d3 /crates/atuin-daemon
parentfeat: call atuin setup from install script (#3265) (diff)
downloadatuin-d65dcce743ab3b9ebac210aa2b5ee5e0c84a2f03.zip
specify version in all daemon atuin crates
Diffstat (limited to 'crates/atuin-daemon')
-rw-r--r--crates/atuin-daemon/Cargo.toml9
1 files changed, 4 insertions, 5 deletions
diff --git a/crates/atuin-daemon/Cargo.toml b/crates/atuin-daemon/Cargo.toml
index 1226a14c..b9d1d8fd 100644
--- a/crates/atuin-daemon/Cargo.toml
+++ b/crates/atuin-daemon/Cargo.toml
@@ -14,10 +14,10 @@ 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" }
-atuin-common = { path = "../atuin-common" }
-atuin-dotfiles = { path = "../atuin-dotfiles" }
-atuin-history = { path = "../atuin-history" }
+atuin-client = { path = "../atuin-client", version = "18.13.2" }
+atuin-common = { path = "../atuin-common", version = "18.13.2" }
+atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.13.2" }
+atuin-history = { path = "../atuin-history", version = "18.13.2" }
time = { workspace = true }
uuid = { workspace = true }
@@ -46,7 +46,6 @@ listenfd = "1.0.1"
[dev-dependencies]
tempfile = { workspace = true }
-atuin-common = { path = "../atuin-common", version = "18.13.2" }
[build-dependencies]
protox = "0.9"