From cb570539195e1a6ad031a74833e376631c00d13a Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Thu, 5 Dec 2024 23:24:04 +0000 Subject: chore(release): prepare for release 18.4.0-beta.5 (#2472) --- crates/atuin-daemon/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crates/atuin-daemon') diff --git a/crates/atuin-daemon/Cargo.toml b/crates/atuin-daemon/Cargo.toml index 98a5fc83..feef64ad 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.4" } -atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.4.0-beta.4" } -atuin-history = { path = "../atuin-history", version = "18.4.0-beta.4" } +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" } time = { workspace = true } uuid = { workspace = true } -- cgit v1.3.1