about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2025-01-04 07:18:33 +0000
committerbors <bors@rust-lang.org>2025-01-04 07:18:33 +0000
commit49761b073c2ca81a3e687183cf2e171cdfd61668 (patch)
tree98a740d5b3e8b7b4048fc1e8dad3fd57a72a4ff0 /compiler/rustc_codegen_ssa
parent7349f6b50359fd1f11738765b8deec5ee02d8710 (diff)
parentcfe61320b85a54d38203c69bbb340e3f81b78ede (diff)
downloadrust-49761b073c2ca81a3e687183cf2e171cdfd61668.tar.gz
rust-49761b073c2ca81a3e687183cf2e171cdfd61668.zip
Auto merge of #135067 - ChrisDenton:cc, r=jieyouxu
Bump cc in the compiler

Changelog:

- Regenerate target info ([#1342](https://github.com/rust-lang/cc-rs/pull/1342))
- Allow using Visual Studio target names in `find_tool` ([#1335](https://github.com/rust-lang/cc-rs/pull/1335))
- Fix `is_flag_supported` on msvc ([#1336](https://github.com/rust-lang/cc-rs/pull/1336))
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 f0456e62442..3254b5d38e7 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.6"
+cc = "=1.2.7"
 either = "1.5.0"
 itertools = "0.12"
 pathdiff = "0.2.0"