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 --- ui/backend/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ui/backend/Cargo.toml') diff --git a/ui/backend/Cargo.toml b/ui/backend/Cargo.toml index 9df8dfb5..ae6922e6 100644 --- a/ui/backend/Cargo.toml +++ b/ui/backend/Cargo.toml @@ -12,10 +12,10 @@ edition = "2021" tauri-build = { version = "2.0.0-beta", features = [] } [dependencies] -atuin-client = { path = "../../crates/atuin-client", version = "18.4.0-beta.1" } -atuin-common = { path = "../../crates/atuin-common", version = "18.4.0-beta.1" } -atuin-dotfiles = { path = "../../crates/atuin-dotfiles", version = "0.4.0" } -atuin-history = { path = "../../crates/atuin-history", version = "0.3.0" } +atuin-client = { path = "../../crates/atuin-client", version = "18.4.0-beta.2" } +atuin-common = { path = "../../crates/atuin-common", version = "18.4.0-beta.2" } +atuin-dotfiles = { path = "../../crates/atuin-dotfiles", version = "18.4.0-beta.2" } +atuin-history = { path = "../../crates/atuin-history", version = "18.4.0-beta.2" } eyre = "0.6" tauri = { version = "2.0.0-beta", features = ["tray-icon"] } -- cgit v1.3.1