mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-02-06 11:41:56 +00:00
chore(deps): unlock webkit2gtk patch version (#14873)
This commit is contained in:
parent
517b81e970
commit
ce8fddb464
5
.changes/unlock-webkitgtkrs.md
Normal file
5
.changes/unlock-webkitgtkrs.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
tauri: patch:deps
|
||||||
|
---
|
||||||
|
|
||||||
|
Unlocked version range for webkit2gtk-rs dependency.
|
||||||
@ -97,7 +97,7 @@ tray-icon = { version = "0.21", default-features = false, features = [
|
|||||||
# linux
|
# linux
|
||||||
[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies]
|
[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"] }
|
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
|
# darwin
|
||||||
[target.'cfg(target_vendor = "apple")'.dependencies]
|
[target.'cfg(target_vendor = "apple")'.dependencies]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user