Skip to content

Commit

Permalink
Haiku: downgrade socket2 to 0.3.11
Browse files Browse the repository at this point in the history
See rust-lang/socket2#77 for a patch for socket2
  • Loading branch information
nielx committed Oct 16, 2020
1 parent 2d4e76a commit 147d3f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4404,9 +4404,9 @@ checksum = "fbee7696b84bbf3d89a1c2eccff0850e3047ed46bfcd2e92c29a2d074d57e252"

[[package]]
name = "socket2"
version = "0.3.12"
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03088793f677dce356f3ccc2edb1b314ad191ab702a5de3faf49304f7e104918"
checksum = "e8b74de517221a2cb01a53349cf54182acdc31a074727d3079068448c0676d85"
dependencies = [
"cfg-if",
"libc",
Expand Down

0 comments on commit 147d3f6

Please sign in to comment.