diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2024-04-15 10:37:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-15 10:37:28 +0100 |
| commit | a0231a70950fbec9dcc3403e37066d891d1fc833 (patch) | |
| tree | 2a5e1d50672179e7657e80b5b016af4f2ec572ef /ui | |
| parent | docs: add missing cli help text (#1945) (diff) | |
| download | atuin-a0231a70950fbec9dcc3403e37066d891d1fc833.zip | |
chore(release): prepare for release v18.2.0 (#1950)
* chore(release): prepare for release v18.2.0
* disable codespell for the changelog
Diffstat (limited to 'ui')
| -rw-r--r-- | ui/backend/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/backend/Cargo.toml b/ui/backend/Cargo.toml index b840f0b3..4e0019d3 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 = "../../atuin-client", version = "18.1.0" } -atuin-common = { path = "../../atuin-common", version = "18.1.0" } +atuin-client = { path = "../../atuin-client", version = "18.2.0" } +atuin-common = { path = "../../atuin-common", version = "18.2.0" } -atuin-dotfiles = { path = "../../atuin-dotfiles", version = "0.1.0" } +atuin-dotfiles = { path = "../../atuin-dotfiles", version = "0.2.0" } eyre = "0.6" tauri = { version = "2.0.0-beta", features = ["tray-icon"] } |
