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 Nov 18, 2020
1 parent 7eac88a commit 7ffba24
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 @@ -4520,9 +4520,9 @@ checksum = "da73c8f77aebc0e40c300b93f0a5f1bece7a248a36eee287d4e095f35c7b7d6e"

[[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 7ffba24

Please sign in to comment.