Skip to content

Commit 4c69f74

Browse files
fix(deps): update rust crate webkit2gtk to v2
1 parent 5faaaed commit 4c69f74

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

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

3434
[target.'cfg(target_os = "macos")'.dependencies]
3535
objc = "0.2"

0 commit comments

Comments
 (0)