chore(deps): unlock webkit2gtk patch version (#14873)

This commit is contained in:
Fabian-Lars 2026-02-02 20:15:02 +01:00 committed by GitHub
parent 517b81e970
commit ce8fddb464
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
tauri: patch:deps
---
Unlocked version range for webkit2gtk-rs dependency.

View File

@ -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]