From 3cf52990e4a8d0e854f5a0ed8f04ffa782b92f17 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Tue, 23 Jul 2024 13:38:41 +0100 Subject: chore(release): prepare for release v18.4.0-beta.3 (#2305) --- 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 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 } -- cgit v1.3.1