Skip to content

Commit fe6243c

Browse files
fix(deps): update rust crate webkit2gtk to 0.19
1 parent 61693b3 commit fe6243c

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
@@ -47,7 +47,7 @@ windows = { version = "0.39", features = ["Win32_Foundation"] }
4747

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

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

0 commit comments

Comments
 (0)