diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 94405a4..61a35e8 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -42,7 +42,7 @@ whoami = "1.5.2" native-dialog = "0.7.0" [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 dialog = "0.3.0"