Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ce8fddb

Browse files
authored
chore(deps): unlock webkit2gtk patch version (#14873)
1 parent 517b81e commit ce8fddb

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.changes/unlock-webkitgtkrs.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
tauri: patch:deps
3+
---
4+
5+
Unlocked version range for webkit2gtk-rs dependency.

crates/tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ tray-icon = { version = "0.21", default-features = false, features = [
9797
# linux
9898
[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies]
9999
gtk = { version = "0.18", features = ["v3_24"] }
100-
webkit2gtk = { version = "=2.0.2", features = ["v2_40"], optional = true }
100+
webkit2gtk = { version = "2", features = ["v2_40"], optional = true }
101101

102102
# darwin
103103
[target.'cfg(target_vendor = "apple")'.dependencies]

0 commit comments

Comments
 (0)