Skip to content

Commit

Permalink
Enable feature all on socket2, should address cloudflare#5
Browse files Browse the repository at this point in the history
  • Loading branch information
wathiede committed Jan 31, 2024
1 parent 69361b1 commit e23324b
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 @@ -51,7 +51,7 @@ quote = "1"
regex = "1.8"
reqwest = { version = "0.11", default-features = false }
routerify = "3"
socket2 = "0.5.3"
socket2 = { version = "0.5.3", features = [ "all" ] }
syn = "1"
serde = "1"
serde_path_to_error = "0.1"
Expand Down

0 comments on commit e23324b

Please sign in to comment.