Skip to content

Commit

Permalink
Bump tauri from 2.0.0-rc.9 to 2.0.0-rc.10
Browse files Browse the repository at this point in the history
Bumps [tauri](https://github.com/tauri-apps/tauri) from 2.0.0-rc.9 to 2.0.0-rc.10.
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-v2.0.0-rc.9...tauri-v2.0.0-rc.10)

---
updated-dependencies:
- dependency-name: tauri
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Sep 6, 2024
1 parent d48c364 commit 1fa4ed6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 22 deletions.
41 changes: 20 additions & 21 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rust-version = "1.75"
tauri-build = { version = "2.0.0-rc.8", features = [], optional = true }

[dependencies]
tauri = { version = "2.0.0-rc.9", features = [], optional = true }
tauri = { version = "2.0.0-rc.10", features = [], optional = true }
presage = { git = "https://github.com/nanu-c/presage", rev = "350921c533224265a0ff026dfddc67419ca45b7a" }
presage-store-sled = { git = "https://github.com/nanu-c/presage", rev = "350921c533224265a0ff026dfddc67419ca45b7a" }
#presage = {path = "../presage/presage"}
Expand Down

0 comments on commit 1fa4ed6

Please sign in to comment.