diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2026-03-16 10:42:02 -0700 |
|---|---|---|
| committer | Ellie Huxtable <ellie@elliehuxtable.com> | 2026-03-16 10:42:02 -0700 |
| commit | d65dcce743ab3b9ebac210aa2b5ee5e0c84a2f03 (patch) | |
| tree | b1425750dc8b675c87dc915442f74c218128a6d3 /crates/atuin-daemon/Cargo.toml | |
| parent | feat: call atuin setup from install script (#3265) (diff) | |
| download | atuin-d65dcce743ab3b9ebac210aa2b5ee5e0c84a2f03.zip | |
specify version in all daemon atuin crates
Diffstat (limited to 'crates/atuin-daemon/Cargo.toml')
| -rw-r--r-- | crates/atuin-daemon/Cargo.toml | 9 |
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" |
