Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c77a356

Browse files
authoredMay 10, 2020
Rollup merge of rust-lang#71882 - alexcrichton:update-cc, r=Mark-Simulacrum
Update the `cc` crate Pulls in updated MSVC detection logic landed in rust-lang/cc-rs#488
2 parents 6114e3e + 3318187 commit c77a356

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -412,9 +412,9 @@ version = "0.1.0"
412412

413413
[[package]]
414414
name = "cc"
415-
version = "1.0.50"
415+
version = "1.0.52"
416416
source = "registry+https://github.com/rust-lang/crates.io-index"
417-
checksum = "95e28fa049fda1c330bcf9d723be7663a899c4679724b34c81e9f5a326aab8cd"
417+
checksum = "c3d87b23d6a92cd03af510a5ade527033f6aa6fa92161e2d5863a907d4c5e31d"
418418
dependencies = [
419419
"jobserver",
420420
]

0 commit comments

Comments
 (0)
Please sign in to comment.