aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-daemon
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@atuin.sh>2024-12-27 15:54:38 +0000
committerGitHub <noreply@github.com>2024-12-27 15:54:38 +0000
commitdc7c26a640b1a134528caa894b3339c443b917b4 (patch)
treef12882cb55d58b30d1f9a3ea57374615ae74b25b /crates/atuin-daemon
parentfeat: add `atuin wrapped` (#2493) (diff)
downloadatuin-dc7c26a640b1a134528caa894b3339c443b917b4.zip
chore(release): prepare for release v18.4.0 (#2495)
Diffstat (limited to 'crates/atuin-daemon')
-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 feef64ad..9b21aa58 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.4.0-beta.5" }
-atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.4.0-beta.5" }
-atuin-history = { path = "../atuin-history", version = "18.4.0-beta.5" }
+atuin-client = { path = "../atuin-client", version = "18.4.0" }
+atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.4.0" }
+atuin-history = { path = "../atuin-history", version = "18.4.0" }
time = { workspace = true }
uuid = { workspace = true }