From 42dd242541d1db21c676e213a98d50ee74bd553d Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Wed, 11 Feb 2026 15:08:49 -0800 Subject: chore(release): prepare for release 18.12.1 (#3172) ## Checks - [ ] I am happy for maintainers to push small adjustments to this PR, to speed up the review cycle - [ ] I have checked that there are no existing pull requests for the same thing --- 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 d75be222..9adbe5e8 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.12.0" } -atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.12.0" } -atuin-history = { path = "../atuin-history", version = "18.12.0" } +atuin-client = { path = "../atuin-client", version = "18.12.1" } +atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.12.1" } +atuin-history = { path = "../atuin-history", version = "18.12.1" } time = { workspace = true } uuid = { workspace = true } -- cgit v1.3.1