From d65dcce743ab3b9ebac210aa2b5ee5e0c84a2f03 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Mon, 16 Mar 2026 10:42:02 -0700 Subject: specify version in all daemon atuin crates --- crates/atuin-daemon/Cargo.toml | 9 ++++----- 1 file 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" -- cgit v1.3.1