Skip to content

Commit

Permalink
chore(deps): update cargo dependencies to v2.0.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 9, 2024
1 parent e1e82db commit 66ff2fa
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 deletions packaging/tauri/Cargo.lock

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

4 changes: 2 additions & 2 deletions packaging/tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[build-dependencies]
tauri-build = { version = "=2.0.0-beta.19", features = [] }
tauri-build = { version = "=2.0.0-rc.2", features = [] }

[dependencies]
tauri = { version = "=2.0.0-beta.24", features = [] }
tauri = { version = "=2.0.0-rc.2", features = [] }

[features]
default = ["custom-protocol"]
Expand Down

0 comments on commit 66ff2fa

Please sign in to comment.