Skip to content

Commit

Permalink
Bump tauri from 1.5.2 to 1.6.0
Browse files Browse the repository at this point in the history
Bumps [tauri](https://github.com/tauri-apps/tauri) from 1.5.2 to 1.6.0.
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-v1.5.2...tauri-v1.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Feb 19, 2024
1 parent 971a35b commit 4a16482
Show file tree
Hide file tree
Showing 2 changed files with 129 additions and 35 deletions.
162 changes: 128 additions & 34 deletions Cargo.lock
100755 → 100644

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

2 changes: 1 addition & 1 deletion minimap-app/Cargo.toml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tauri-build = { version = "1.5.0", features = [] }
[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.5.2", features = [] }
tauri = { version = "1.6.0", features = [] }
minimap-core.workspace = true
slotmap = "1.0.7"
thiserror = "1.0.50"
Expand Down

0 comments on commit 4a16482

Please sign in to comment.