Skip to content

Commit

Permalink
Add socket2 feature "all"
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvdb authored and seanmonstar committed Nov 21, 2023
1 parent 58d981c commit b941b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ http = "1.0"
http-body = "1.0.0"
bytes = "1"
pin-project-lite = "0.2.4"
socket2 = { version = "0.5", optional = true }
socket2 = { version = "0.5", optional = true, features = ["all"] }
tracing = { version = "0.1", default-features = false, features = ["std"] }
tokio = { version = "1", optional = true, features = ["net", "rt", "time"] }
tower-service = "0.3"
Expand Down

0 comments on commit b941b18

Please sign in to comment.