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.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/atuin-daemon/Cargo.toml b/crates/atuin-daemon/Cargo.toml
index ad76fc9c..d75be222 100644
--- a/crates/atuin-daemon/Cargo.toml
+++ b/crates/atuin-daemon/Cargo.toml
@@ -14,9 +14,9 @@ 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", version = "18.12.0-beta.4" }
-atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.12.0-beta.4" }
-atuin-history = { path = "../atuin-history", version = "18.12.0-beta.4" }
+atuin-client = { path = "../atuin-client", version = "18.12.0" }
+atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.12.0" }
+atuin-history = { path = "../atuin-history", version = "18.12.0" }
time = { workspace = true }
uuid = { workspace = true }