diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2024-06-25 12:35:12 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-25 12:35:12 +0100 |
| commit | c8b3e418a1d485da8d9bf522ce1f93facf9d60a7 (patch) | |
| tree | 5ff4905e25c7a7be19de8b0b64063c6ac67acbe7 /ui | |
| parent | chore(deps): update ratatui to 0.27 (#2193) (diff) | |
| download | atuin-c8b3e418a1d485da8d9bf522ce1f93facf9d60a7.zip | |
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
Diffstat (limited to 'ui')
| -rw-r--r-- | ui/backend/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
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"] } |
