diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2024-06-06 10:36:39 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-06 10:36:39 +0100 |
| commit | d7f77ebfe1907f6993ba54bbd1b5c8544cdf7214 (patch) | |
| tree | 11e978a6008210c8a6751f33471c623a7b464fa1 /ui/backend/Cargo.toml | |
| parent | chore(release): v18.3.0-prerelease.1 (#2090) (diff) | |
| download | atuin-d7f77ebfe1907f6993ba54bbd1b5c8544cdf7214.zip | |
feat(ui): setup single-instance (#2093)
Diffstat (limited to 'ui/backend/Cargo.toml')
| -rw-r--r-- | ui/backend/Cargo.toml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ui/backend/Cargo.toml b/ui/backend/Cargo.toml index dd5781be..094f3a37 100644 --- a/ui/backend/Cargo.toml +++ b/ui/backend/Cargo.toml @@ -12,8 +12,8 @@ edition = "2021" tauri-build = { version = "2.0.0-beta", features = [] } [dependencies] -atuin-client = { path = "../../crates/atuin-client", version = "18.2.0" } -atuin-common = { path = "../../crates/atuin-common", version = "18.2.0" } +atuin-client = { path = "../../crates/atuin-client", version = "18.3.0-prerelease.1" } +atuin-common = { path = "../../crates/atuin-common", version = "18.3.0-prerelease.1" } atuin-dotfiles = { path = "../../crates/atuin-dotfiles", version = "0.2.0" } atuin-history = { path = "../../crates/atuin-history", version = "0.1.0" } @@ -25,6 +25,7 @@ time = "0.3.36" uuid = "1.7.0" syntect = "5.2.0" tauri-plugin-http = "2.0.0-beta" +tauri-plugin-single-instance = "2.0.0-beta.9" [dependencies.sqlx] version = "0.7" |
