Skip to content

Commit ac96a01

Browse files
fix(deps): update rust crate webkit2gtk to 0.19
1 parent 9dc08c6 commit ac96a01

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
@@ -30,7 +30,7 @@ fix-path-env = { git = "https://github.com/tauri-apps/fix-path-env-rs" }
3030

3131
[target.'cfg(target_os = "linux")'.dependencies]
3232
gtk = "0.15"
33-
webkit2gtk = "0.18" # if tauri build fails, make sure to match this version to what we have in tauri
33+
webkit2gtk = "0.19" # if tauri build fails, make sure to match this version to what we have in tauri
3434

3535
[target.'cfg(target_os = "macos")'.dependencies]
3636
objc = "0.2.7"

0 commit comments

Comments
 (0)