We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f1c0b7 commit 4912c6dCopy full SHA for 4912c6d
Cargo.toml
@@ -39,7 +39,7 @@ want = "0.3"
39
# Optional
40
41
libc = { version = "0.2", optional = true }
42
-socket2 = { version = "0.4", optional = true }
+socket2 = { version = "0.4.7", optional = true, features = ["all"] }
43
44
[dev-dependencies]
45
futures-util = { version = "0.3", default-features = false, features = ["alloc"] }
0 commit comments