Skip to content

Commit 985cb6d

Browse files
committed
Update cc-rs to 1.2.33
1 parent a1208bf commit 985cb6d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -462,9 +462,9 @@ version = "0.1.0"
462462

463463
[[package]]
464464
name = "cc"
465-
version = "1.2.16"
465+
version = "1.2.33"
466466
source = "registry+https://github.com/rust-lang/crates.io-index"
467-
checksum = "be714c154be609ec7f5dad223a33bf1482fff90472de28f7362806e6d4832b8c"
467+
checksum = "3ee0f8803222ba5a7e2777dd72ca451868909b1ac410621b676adf07280e9b5f"
468468
dependencies = [
469469
"jobserver",
470470
"libc",

compiler/rustc_codegen_ssa/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ bitflags = "2.4.1"
1010
bstr = "1.11.3"
1111
# `cc` updates often break things, so we pin it here. Cargo enforces "max 1 semver-compat version
1212
# per crate", so if you change this, you need to also change it in `rustc_llvm`.
13-
cc = "=1.2.16"
13+
cc = "=1.2.33"
1414
itertools = "0.12"
1515
pathdiff = "0.2.0"
1616
regex = "1.4"

compiler/rustc_llvm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ libc = "0.2.73"
1212
# tidy-alphabetical-start
1313
# `cc` updates often break things, so we pin it here. Cargo enforces "max 1 semver-compat version
1414
# per crate", so if you change this, you need to also change it in `rustc_codegen_ssa`.
15-
cc = "=1.2.16"
15+
cc = "=1.2.33"
1616
# tidy-alphabetical-end
1717

1818
[features]

0 commit comments

Comments
 (0)