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 a596666 commit 632c507Copy full SHA for 632c507
src-tauri/Cargo.toml
@@ -25,7 +25,7 @@ tauri-plugin-fs-extra = { git = "https://github.com/tauri-apps/plugins-workspace
25
tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
26
27
[target.'cfg(target_os = "linux")'.dependencies]
28
-webkit2gtk = "0.18" # if tauri build fails, make sure to match this version to what we have in tauri
+webkit2gtk = "0.19" # if tauri build fails, make sure to match this version to what we have in tauri
29
30
[target.'cfg(target_os = "macos")'.dependencies]
31
objc = "0.2"
0 commit comments