Skip to content

Commit 68cbc9e

Browse files
fix(deps): update rust crate gtk to 0.18
1 parent de656c5 commit 68cbc9e

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
@@ -38,7 +38,7 @@ fix-path-env = { git = "https://github.com/tauri-apps/fix-path-env-rs" }
3838
native-dialog = "0.7.0"
3939

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

0 commit comments

Comments
 (0)