Skip to content

Commit a2d5dd6

Browse files
fix(deps): update rust crate gtk to 0.18
1 parent 52da44b commit a2d5dd6

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
@@ -28,7 +28,7 @@ tauri-plugin-single-instance = { git = "https://github.com/tauri-apps/plugins-wo
2828
fix-path-env = { git = "https://github.com/tauri-apps/fix-path-env-rs" }
2929

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

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

0 commit comments

Comments
 (0)