From 10df8ff8d1d10aabcf19ec5d1aa7ddfc94d4b020 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Mon, 28 Apr 2025 14:32:07 +0100 Subject: chore(release): prepare for release 18.6.0-beta.1 (#2723) --- crates/atuin-scripts/Cargo.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'crates/atuin-scripts/Cargo.toml') diff --git a/crates/atuin-scripts/Cargo.toml b/crates/atuin-scripts/Cargo.toml index 4d868757..d522d689 100644 --- a/crates/atuin-scripts/Cargo.toml +++ b/crates/atuin-scripts/Cargo.toml @@ -14,8 +14,8 @@ 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.1" } -atuin-common = { path = "../atuin-common", version = "18.5.0-beta.1" } +atuin-client = { path = "../atuin-client", version = "18.6.0-beta.1" } +atuin-common = { path = "../atuin-common", version = "18.6.0-beta.1" } tracing = { workspace = true } tracing-subscriber = { workspace = true } @@ -30,4 +30,5 @@ sql-builder = { workspace = true } sqlx = { workspace = true } tempfile = { workspace = true } minijinja = { workspace = true } -serde_json = { workspace = true } \ No newline at end of file +serde_json = { workspace = true } + -- cgit v1.3.1