diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2024-06-11 15:26:33 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-11 15:26:33 +0100 |
| commit | 7c9f376cf7e5e484571a11649bf9ab1bdffcc1cb (patch) | |
| tree | b5169b390891be39e3f02fb0641690de5bef4c19 /ui/backend/Cargo.toml | |
| parent | fix: cargo binstall config (#2112) (diff) | |
| download | atuin-7c9f376cf7e5e484571a11649bf9ab1bdffcc1cb.zip | |
fix(gui): update deps (#2116)
Diffstat (limited to 'ui/backend/Cargo.toml')
| -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 094f3a37..5892ed84 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-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" } +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" } eyre = "0.6" tauri = { version = "2.0.0-beta", features = ["tray-icon"] } |
