Skip to content

Commit da298c2

Browse files
fix(deps): update rust crate gtk to 0.18
1 parent 4aeb689 commit da298c2

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
@@ -44,7 +44,7 @@ hex = "0.4.3"
4444
native-dialog = "0.7.0"
4545

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

0 commit comments

Comments
 (0)