Skip to content

Commit

Permalink
chore: Update tauri to beta.8 (#1005)
Browse files Browse the repository at this point in the history
* chore: Update tauri to beta.8

fixes #1000

* Update and rename tauri-beta.7.md to tauri-beta-8.md
  • Loading branch information
FabianLars authored Feb 29, 2024
1 parent 9d4b25c commit 99bea25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .changes/tauri-beta.7.md → .changes/tauri-beta-8.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@
"window-state-js": patch
---

Update to tauri beta.7.
Update to tauri beta.8.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ resolver = "2"
[workspace.dependencies]
serde = { version = "1", features = ["derive"] }
log = "0.4"
tauri = "2.0.0-beta.7"
tauri-build = "2.0.0-beta.5"
tauri-plugin = "2.0.0-beta.5"
tauri = "2.0.0-beta.8"
tauri-build = "2.0.0-beta.6"
tauri-plugin = "2.0.0-beta.6"
serde_json = "1"
thiserror = "1"
url = "2"
Expand Down

0 comments on commit 99bea25

Please sign in to comment.