From 09fc76ed825114c32c863eb3b56e967fbec54047 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Tue, 8 Apr 2025 17:05:12 +0100 Subject: chore(release): prepare for release 18.5.0 (#2685) * chore(release): prepare for release 18.5.0 * update workflow ubuntu version * revert because dist checks lol --- 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 6739550d..511bd842 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.5.0-beta.3" } -atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.5.0-beta.3" } -atuin-history = { path = "../atuin-history", version = "18.5.0-beta.3" } +atuin-client = { path = "../atuin-client", version = "18.5.0" } +atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.5.0" } +atuin-history = { path = "../atuin-history", version = "18.5.0" } time = { workspace = true } uuid = { workspace = true } -- cgit v1.3.1