about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa
diff options
context:
space:
mode:
authorJames Farrell <jamesfarrell@google.com>2024-05-08 15:06:35 +0000
committerJames Farrell <jamesfarrell@google.com>2024-05-08 15:06:35 +0000
commitfbc2abd6be069a549b8009fafec65aa6078f89f4 (patch)
tree64cb4f3caf782db4f0a82481f6aab0159fc9c0f0 /compiler/rustc_codegen_ssa
parentfaefc618cf48bd794cbc808448df1bf3f59f36af (diff)
downloadrust-fbc2abd6be069a549b8009fafec65aa6078f89f4.tar.gz
rust-fbc2abd6be069a549b8009fafec65aa6078f89f4.zip
Update cc crate to v1.0.97
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 f347a7fb0bb..1562a09f5c1 100644
--- a/compiler/rustc_codegen_ssa/Cargo.toml
+++ b/compiler/rustc_codegen_ssa/Cargo.toml
@@ -7,7 +7,7 @@ edition = "2021"
 # tidy-alphabetical-start
 ar_archive_writer = "0.2.0"
 bitflags = "2.4.1"
-cc = "1.0.90"
+cc = "1.0.97"
 itertools = "0.12"
 jobserver = "0.1.28"
 pathdiff = "0.2.0"