fix: compiling with socket2::Type::RAW not found on macOS #1168 (#1169)

This commit is contained in:
Tunglies
2025-07-30 00:33:38 +08:00
committed by GitHub
parent 3d610c0f0f
commit b1b2421561
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ byteorder = "1.5.0"
# for proxy
cidr = { version = "0.2.2", features = ["serde"] }
socket2 = "0.5.5"
socket2 = { version = "0.5.10", features = ["all"] }
# for hole punching
stun_codec = "0.3.4"