Revert "Auto merge of #146186 - dpaoliello:cc, r=jieyouxu"
This reverts commitbc1d7273df, reversing changes made toc9537a94a6.
This commit is contained in:
@@ -474,11 +474,10 @@ version = "0.1.0"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cc"
|
name = "cc"
|
||||||
version = "1.2.39"
|
version = "1.2.16"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "e1354349954c6fc9cb0deab020f27f783cf0b604e8bb754dc4658ecf0d29c35f"
|
checksum = "be714c154be609ec7f5dad223a33bf1482fff90472de28f7362806e6d4832b8c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"find-msvc-tools",
|
|
||||||
"jobserver",
|
"jobserver",
|
||||||
"libc",
|
"libc",
|
||||||
"shlex",
|
"shlex",
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ libc = "0.2.73"
|
|||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
# tidy-alphabetical-start
|
# tidy-alphabetical-start
|
||||||
# `cc` updates often break things, so we pin it here.
|
# `cc` updates often break things, so we pin it here.
|
||||||
cc = "=1.2.39"
|
cc = "=1.2.16"
|
||||||
# tidy-alphabetical-end
|
# tidy-alphabetical-end
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|||||||
Reference in New Issue
Block a user