Skip to content

Commit

Permalink
chore(dependencies): enable socket2 'all' feature (hyperium#3047)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Nov 7, 2022
1 parent 2f1c0b7 commit 4912c6d
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 @@ -39,7 +39,7 @@ want = "0.3"
# Optional

libc = { version = "0.2", optional = true }
socket2 = { version = "0.4", optional = true }
socket2 = { version = "0.4.7", optional = true, features = ["all"] }

[dev-dependencies]
futures-util = { version = "0.3", default-features = false, features = ["alloc"] }
Expand Down

0 comments on commit 4912c6d

Please sign in to comment.