Skip to content

Commit e527a66

Browse files
fix(deps): update rust crate webkit2gtk to v2
1 parent ea39cab commit e527a66

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
@@ -43,7 +43,7 @@ native-dialog = "0.7.0"
4343

4444
[target.'cfg(target_os = "linux")'.dependencies]
4545
gtk = "0.15"
46-
webkit2gtk = "0.18" # if tauri build fails, make sure to match this version to what we have in tauri
46+
webkit2gtk = "2.0" # if tauri build fails, make sure to match this version to what we have in tauri
4747
dialog = "0.3.0"
4848

4949
[target.'cfg(target_os = "macos")'.dependencies]

0 commit comments

Comments
 (0)