Skip to content

Commit f6ab06b

Browse files
fix(deps): update rust crate webkit2gtk to 0.19
1 parent cadb0f9 commit f6ab06b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ native-dialog = "0.7.0"
4646

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

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

0 commit comments

Comments
 (0)