Skip to content

Commit

Permalink
Auto merge of rust-lang#87625 - nielx:fix/libz-sys-1.1.3, r=Mark-Simu…
Browse files Browse the repository at this point in the history
…lacrum

Update libz-sys to 1.1.3

This update to libz-sys allows rustc to be cross-compiled for Haiku (Tier 3 platform).
  • Loading branch information
bors committed Aug 2, 2021
2 parents 76d247c + dfff699 commit d08460e
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 @@ -1933,9 +1933,9 @@ dependencies = [

[[package]]
name = "libz-sys"
version = "1.1.2"
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655"
checksum = "de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66"
dependencies = [
"cc",
"libc",
Expand Down

0 comments on commit d08460e

Please sign in to comment.