Rollup merge of #87099 - JohnTitor:upgrade-cc-crate, r=alexcrichton
Upgrade `cc` crate to 1.0.69 This pulls another fix for #83043, i.e., alexcrichton/cc-rs#605. r? ``@alexcrichton``
This commit is contained in:
commit
4ec7b489d6
@ -435,9 +435,9 @@ version = "0.1.0"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cc"
|
name = "cc"
|
||||||
version = "1.0.68"
|
version = "1.0.69"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "4a72c244c1ff497a746a7e1fb3d14bd08420ecda70c8f25c7112f2781652d787"
|
checksum = "e70cc2f62c6ce1868963827bd677764c62d07c3d9a3e1fb1177ee1a9ab199eb2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"jobserver",
|
"jobserver",
|
||||||
]
|
]
|
||||||
|
@ -9,7 +9,7 @@ test = false
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bitflags = "1.2.1"
|
bitflags = "1.2.1"
|
||||||
cc = "1.0.68"
|
cc = "1.0.69"
|
||||||
itertools = "0.9"
|
itertools = "0.9"
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
libc = "0.2.50"
|
libc = "0.2.50"
|
||||||
|
@ -13,4 +13,4 @@ libc = "0.2.73"
|
|||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
build_helper = { path = "../../src/build_helper" }
|
build_helper = { path = "../../src/build_helper" }
|
||||||
cc = "1.0.68"
|
cc = "1.0.69"
|
||||||
|
@ -14,4 +14,4 @@ core = { path = "../core" }
|
|||||||
compiler_builtins = { version = "0.1.0", features = ['rustc-dep-of-std'] }
|
compiler_builtins = { version = "0.1.0", features = ['rustc-dep-of-std'] }
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
cc = "1.0.68"
|
cc = "1.0.69"
|
||||||
|
@ -21,7 +21,7 @@ compiler_builtins = "0.1.0"
|
|||||||
cfg-if = "0.1.8"
|
cfg-if = "0.1.8"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
cc = "1.0.68"
|
cc = "1.0.69"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|
||||||
|
@ -40,7 +40,7 @@ cmake = "0.1.38"
|
|||||||
filetime = "0.2"
|
filetime = "0.2"
|
||||||
num_cpus = "1.0"
|
num_cpus = "1.0"
|
||||||
getopts = "0.2.19"
|
getopts = "0.2.19"
|
||||||
cc = "1.0.68"
|
cc = "1.0.69"
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
serde = { version = "1.0.8", features = ["derive"] }
|
serde = { version = "1.0.8", features = ["derive"] }
|
||||||
serde_json = "1.0.2"
|
serde_json = "1.0.2"
|
||||||
|
Loading…
Reference in New Issue
Block a user