aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-daemon
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@atuin.sh>2024-07-23 13:38:41 +0100
committerGitHub <noreply@github.com>2024-07-23 13:38:41 +0100
commit3cf52990e4a8d0e854f5a0ed8f04ffa782b92f17 (patch)
treea4549179f4f48f7e3c3c996c32aaea11d926c0cc /crates/atuin-daemon
parentfeat(gui): clean up home page, fix a few bugs (#2304) (diff)
downloadatuin-3cf52990e4a8d0e854f5a0ed8f04ffa782b92f17.zip
chore(release): prepare for release v18.4.0-beta.3 (#2305)
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 e9da95e2..09dc23cb 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.2" }
-atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.4.0-beta.2" }
-atuin-history = { path = "../atuin-history", version = "18.4.0-beta.2" }
+atuin-client = { path = "../atuin-client", version = "18.4.0-beta.3" }
+atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.4.0-beta.3" }
+atuin-history = { path = "../atuin-history", version = "18.4.0-beta.3" }
time = { workspace = true }
uuid = { workspace = true }