Skip to content

Commit 69a7a22

Browse files
fix(deps): update rust crate gtk to 0.18
1 parent ea39cab commit 69a7a22

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
@@ -42,7 +42,7 @@ whoami = "1.5.2"
4242
native-dialog = "0.7.0"
4343

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

0 commit comments

Comments
 (0)