We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fd1067 commit 692312aCopy full SHA for 692312a
2 files changed
.changes/version.md
@@ -0,0 +1,5 @@
1
+---
2
+"tauri": patch
3
4
+
5
+Update webview-official dependency which fix compatibility on macOS.
tauri/Cargo.toml
@@ -20,7 +20,7 @@ features = [ "all-api" ]
20
[dependencies]
21
serde_json = "1.0"
22
serde = { version = "1.0", features = [ "derive" ] }
23
-webview_official = "0.0.3"
+webview_official = "0.0.4"
24
tauri_includedir = "0.6.0"
25
phf = "0.8.0"
26
base64 = "0.13.0"
0 commit comments