summaryrefslogtreecommitdiffstats
path: root/ui/backend/Cargo.toml
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2024-04-15 10:37:28 +0100
committerGitHub <noreply@github.com>2024-04-15 10:37:28 +0100
commita0231a70950fbec9dcc3403e37066d891d1fc833 (patch)
tree2a5e1d50672179e7657e80b5b016af4f2ec572ef /ui/backend/Cargo.toml
parent50a73f055288d72eeeb128233e2a04bc88a5d5e8 (diff)
chore(release): prepare for release v18.2.0 (#1950)v18.2.0
* chore(release): prepare for release v18.2.0 * disable codespell for the changelog
Diffstat (limited to 'ui/backend/Cargo.toml')
-rw-r--r--ui/backend/Cargo.toml6
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"] }