Skip to content

Commit

Permalink
fix(deps): update rust crate webkit2gtk to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 27, 2023
1 parent a596666 commit 0c8e852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tauri-plugin-fs-extra = { git = "https://github.com/tauri-apps/plugins-workspace
tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }

[target.'cfg(target_os = "linux")'.dependencies]
webkit2gtk = "0.18" # if tauri build fails, make sure to match this version to what we have in tauri
webkit2gtk = "2.0" # if tauri build fails, make sure to match this version to what we have in tauri

[target.'cfg(target_os = "macos")'.dependencies]
objc = "0.2"
Expand Down

0 comments on commit 0c8e852

Please sign in to comment.