Skip to content

Commit

Permalink
Bump tauri from 1.4.1 to 1.5.0
Browse files Browse the repository at this point in the history
Bumps [tauri](https://github.com/tauri-apps/tauri) from 1.4.1 to 1.5.0.
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-v1.4.1...tauri-v1.5.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] authored Sep 29, 2023
1 parent 31fc620 commit 3fd239d
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 20 deletions.
90 changes: 71 additions & 19 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 crates/gui/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tauri-build = { version = "1.4", features = [] }
[dependencies]
seam_core = { path = "../../core" }

tauri = { version = "1.4", features = [
tauri = { version = "1.5", features = [
"dialog-all",
"window-show",
"window-minimize",
Expand Down

0 comments on commit 3fd239d

Please sign in to comment.