Skip to content

Commit

Permalink
fix(deps): update rust crate webkit2gtk to 0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 24, 2024
1 parent b4fb115 commit c10f206
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 @@ -34,7 +34,7 @@ native-dialog = "0.7.0"

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

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

0 comments on commit c10f206

Please sign in to comment.