diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 9be18eff..4b9a1cb5 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -25,7 +25,7 @@ tauri-plugin-fs-extra = { git = "https://github.com/tauri-apps/plugins-workspace tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" } [target.'cfg(target_os = "linux")'.dependencies] -webkit2gtk = "0.18" # if tauri build fails, make sure to match this version to what we have in tauri +webkit2gtk = "2.0" # if tauri build fails, make sure to match this version to what we have in tauri [target.'cfg(target_os = "macos")'.dependencies] objc = "0.2"