diff --git a/.changes/unlock-webkitgtkrs.md b/.changes/unlock-webkitgtkrs.md new file mode 100644 index 000000000..e23c12146 --- /dev/null +++ b/.changes/unlock-webkitgtkrs.md @@ -0,0 +1,5 @@ +--- +tauri: patch:deps +--- + +Unlocked version range for webkit2gtk-rs dependency. diff --git a/crates/tauri/Cargo.toml b/crates/tauri/Cargo.toml index 609f0ceab..2c54a53b7 100644 --- a/crates/tauri/Cargo.toml +++ b/crates/tauri/Cargo.toml @@ -97,7 +97,7 @@ tray-icon = { version = "0.21", default-features = false, features = [ # linux [target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies] gtk = { version = "0.18", features = ["v3_24"] } -webkit2gtk = { version = "=2.0.2", features = ["v2_40"], optional = true } +webkit2gtk = { version = "2", features = ["v2_40"], optional = true } # darwin [target.'cfg(target_vendor = "apple")'.dependencies]