Skip to content

Commit b941b18

Browse files
jayvdbseanmonstar
authored andcommitted
Add socket2 feature "all"
1 parent 58d981c commit b941b18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ http = "1.0"
2424
http-body = "1.0.0"
2525
bytes = "1"
2626
pin-project-lite = "0.2.4"
27-
socket2 = { version = "0.5", optional = true }
27+
socket2 = { version = "0.5", optional = true, features = ["all"] }
2828
tracing = { version = "0.1", default-features = false, features = ["std"] }
2929
tokio = { version = "1", optional = true, features = ["net", "rt", "time"] }
3030
tower-service = "0.3"

0 commit comments

Comments
 (0)