From 0e7f9b29d25185e218de642c690d82ce4c4672f3 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Tue, 16 Jul 2024 15:19:33 +0100 Subject: chore(release): prepare for release v18.4.0-beta.2 (#2287) * feat(gui): add runbook list, ability to create and delete, sql storage (#2282) * wip * saving works :)) * functioning delete button * persist selection properly * update contributors * update changelog --- crates/atuin-dotfiles/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crates/atuin-dotfiles') diff --git a/crates/atuin-dotfiles/Cargo.toml b/crates/atuin-dotfiles/Cargo.toml index 9069c3e7..1d7001b4 100644 --- a/crates/atuin-dotfiles/Cargo.toml +++ b/crates/atuin-dotfiles/Cargo.toml @@ -2,7 +2,7 @@ name = "atuin-dotfiles" description = "The dotfiles crate for Atuin" edition = "2021" -version = "0.4.0" # intentionally not the same as the rest +version = { workspace = true } authors.workspace = true rust-version.workspace = true @@ -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-common = { path = "../atuin-common", version = "18.4.0-beta.1" } -atuin-client = { path = "../atuin-client", version = "18.4.0-beta.1" } +atuin-common = { path = "../atuin-common", version = "18.4.0-beta.2" } +atuin-client = { path = "../atuin-client", version = "18.4.0-beta.2" } eyre = { workspace = true } tokio = { workspace = true } -- cgit v1.3.1