Skip to content

Commit 6964e79

Browse files
Bump tauri in /benchmark/01-empty-app/tauri/src-tauri
Bumps [tauri](https://github.com/tauri-apps/tauri) from 1.7.2 to 1.8.0. - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](tauri-apps/tauri@tauri-v1.7.2...tauri-v1.8.0) --- updated-dependencies: - dependency-name: tauri dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 78b842c commit 6964e79

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

benchmark/01-empty-app/tauri/src-tauri/Cargo.lock

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

benchmark/01-empty-app/tauri/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ tauri-build = { version = "1.5", features = [] }
1717
[dependencies]
1818
serde_json = "1.0"
1919
serde = { version = "1.0", features = ["derive"] }
20-
tauri = { version = "1.6", features = [] }
20+
tauri = { version = "1.8", features = [] }
2121

2222
[features]
2323
# by default Tauri runs in production mode

0 commit comments

Comments
 (0)