Skip to content

Commit

Permalink
fix(deps): update rust crate gtk to 0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 4, 2024
1 parent 52da44b commit a2d5dd6
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 @@ -28,7 +28,7 @@ tauri-plugin-single-instance = { git = "https://github.com/tauri-apps/plugins-wo
fix-path-env = { git = "https://github.com/tauri-apps/fix-path-env-rs" }

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

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

0 comments on commit a2d5dd6

Please sign in to comment.