Skip to content

Commit

Permalink
update tauri deps
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir committed Sep 5, 2024
1 parent a860559 commit a518c84
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
42 changes: 21 additions & 21 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ resolver = "2"
[workspace.dependencies]
serde = { version = "1", features = ["derive"] }
log = "0.4"
tauri = { version = "2.0.0-rc.8", default-features = false }
tauri-build = "2.0.0-rc.7"
tauri-plugin = "2.0.0-rc.7"
tauri-utils = "2.0.0-rc.7"
tauri = { version = "2.0.0-rc.9", default-features = false }
tauri-build = "2.0.0-rc.8"
tauri-plugin = "2.0.0-rc.8"
tauri-utils = "2.0.0-rc.8"
serde_json = "1"
thiserror = "1"
url = "2"
Expand Down

0 comments on commit a518c84

Please sign in to comment.