Skip to content

Commit

Permalink
Rollup merge of rust-lang#71882 - alexcrichton:update-cc, r=Mark-Simu…
Browse files Browse the repository at this point in the history
…lacrum

Update the `cc` crate

Pulls in updated MSVC detection logic landed in rust-lang/cc-rs#488
  • Loading branch information
RalfJung committed May 10, 2020
2 parents 6235307 + 3318187 commit 37a9192
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 @@ -412,9 +412,9 @@ version = "0.1.0"

[[package]]
name = "cc"
version = "1.0.50"
version = "1.0.52"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95e28fa049fda1c330bcf9d723be7663a899c4679724b34c81e9f5a326aab8cd"
checksum = "c3d87b23d6a92cd03af510a5ade527033f6aa6fa92161e2d5863a907d4c5e31d"
dependencies = [
"jobserver",
]
Expand Down

0 comments on commit 37a9192

Please sign in to comment.