diff options
Diffstat (limited to 'crates/atuin-daemon')
| -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" |
