Skip to content

Commit 36f4581

Browse files
authored
Merge pull request async-rs#72 from kallisti5/socket-bump
cargo: Bump socket2 to 0.4.2 for Haiku, BSD fixes
2 parents 36ab1d2 + d2b113f commit 36f4581

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
@@ -22,7 +22,7 @@ once_cell = "1.4.1"
2222
parking = "2.0.0"
2323
polling = "2.0.0"
2424
slab = "0.4.2"
25-
socket2 = { version = "0.4.0", features = ["all"] }
25+
socket2 = { version = "0.4.2", features = ["all"] }
2626
waker-fn = "1.1.0"
2727

2828
[target."cfg(unix)".dependencies]

0 commit comments

Comments
 (0)