Skip to content

Commit

Permalink
chore: Update tauri to beta.8
Browse files Browse the repository at this point in the history
fixes #1000
  • Loading branch information
FabianLars authored Feb 29, 2024
1 parent 9d4b25c commit 97296c5
Showing 1 changed file with 3 additions and 3 deletions.
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 97296c5

Please sign in to comment.