Skip to content

Commit 0c8e852

Browse files
fix(deps): update rust crate webkit2gtk to v2
1 parent a596666 commit 0c8e852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ tauri-plugin-fs-extra = { git = "https://github.com/tauri-apps/plugins-workspace
2525
tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
2626

2727
[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
28+
webkit2gtk = "2.0" # if tauri build fails, make sure to match this version to what we have in tauri
2929

3030
[target.'cfg(target_os = "macos")'.dependencies]
3131
objc = "0.2"

0 commit comments

Comments
 (0)