From c8b3e418a1d485da8d9bf522ce1f93facf9d60a7 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Tue, 25 Jun 2024 12:35:12 +0100 Subject: chore(release): prepare for release v18.4.0-beta.1 (#2195) * chore(release): prepare for release v18.4.0-beta.1 * remove full release test --- ui/backend/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ui') diff --git a/ui/backend/Cargo.toml b/ui/backend/Cargo.toml index ed13c2f2..ed8ca070 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.3.0" } -atuin-common = { path = "../../crates/atuin-common", version = "18.3.0" } -atuin-dotfiles = { path = "../../crates/atuin-dotfiles", version = "0.3.0" } -atuin-history = { path = "../../crates/atuin-history", version = "0.2.0" } +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" } eyre = "0.6" tauri = { version = "2.0.0-beta", features = ["tray-icon"] } -- cgit v1.3.1