Skip to content

Commit

Permalink
fix(gui): update deps (#2116)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellie authored Jun 11, 2024
1 parent 55a2fe5 commit 7c9f376
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions ui/backend/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions ui/backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit 7c9f376

Please sign in to comment.