chore(release): prepare for release 18.6.0-beta.1 (#2723)

This commit is contained in:
Ellie Huxtable
2025-04-28 14:32:07 +01:00
committed by GitHub
parent cab77ffc64
commit 10df8ff8d1
13 changed files with 54 additions and 34 deletions

View File

@ -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 }
serde_json = { workspace = true }