aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-daemon/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/atuin-daemon/Cargo.toml')
-rw-r--r--crates/atuin-daemon/Cargo.toml11
1 files changed, 5 insertions, 6 deletions
diff --git a/crates/atuin-daemon/Cargo.toml b/crates/atuin-daemon/Cargo.toml
index 1226a14c..dd92df8b 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 }
@@ -38,7 +38,7 @@ tokio-stream = { version = "0.1.14", features = ["net"] }
hyper-util = "0.1"
rand.workspace = true
-nucleo = { git = "https://github.com/atuinsh/nucleo-ext.git", rev="74bd786" }
+atuin-nucleo = { workspace = true }
[target.'cfg(target_os = "linux")'.dependencies]
@@ -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"