about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa
diff options
context:
space:
mode:
authorclubby789 <jamie@hill-daniel.co.uk>2024-12-29 00:30:32 +0000
committerclubby789 <jamie@hill-daniel.co.uk>2024-12-29 00:30:32 +0000
commit8c8fed7ea92a4048d1424f41ddf9b288ffed4df0 (patch)
tree86cd69148947664f70aa8bac9fd77a597654c766 /compiler/rustc_codegen_ssa
parent6d3db555e614eb50bbb40559e696414e69b6eff9 (diff)
downloadrust-8c8fed7ea92a4048d1424f41ddf9b288ffed4df0.tar.gz
rust-8c8fed7ea92a4048d1424f41ddf9b288ffed4df0.zip
Bump compiler cc
Diffstat (limited to 'compiler/rustc_codegen_ssa')
-rw-r--r--compiler/rustc_codegen_ssa/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_ssa/Cargo.toml b/compiler/rustc_codegen_ssa/Cargo.toml
index 3a9b4d36807..f0456e62442 100644
--- a/compiler/rustc_codegen_ssa/Cargo.toml
+++ b/compiler/rustc_codegen_ssa/Cargo.toml
@@ -10,7 +10,7 @@ arrayvec = { version = "0.7", default-features = false }
 bitflags = "2.4.1"
 # Pinned so `cargo update` bumps don't cause breakage. Please also update the
 # `cc` in `rustc_llvm` if you update the `cc` here.
-cc = "=1.2.5"
+cc = "=1.2.6"
 either = "1.5.0"
 itertools = "0.12"
 pathdiff = "0.2.0"