diff options
| author | James Farrell <jamesfarrell@google.com> | 2024-05-08 15:06:35 +0000 |
|---|---|---|
| committer | James Farrell <jamesfarrell@google.com> | 2024-05-08 15:06:35 +0000 |
| commit | fbc2abd6be069a549b8009fafec65aa6078f89f4 (patch) | |
| tree | 64cb4f3caf782db4f0a82481f6aab0159fc9c0f0 /compiler/rustc_llvm | |
| parent | faefc618cf48bd794cbc808448df1bf3f59f36af (diff) | |
| download | rust-fbc2abd6be069a549b8009fafec65aa6078f89f4.tar.gz rust-fbc2abd6be069a549b8009fafec65aa6078f89f4.zip | |
Update cc crate to v1.0.97
Diffstat (limited to 'compiler/rustc_llvm')
| -rw-r--r-- | compiler/rustc_llvm/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_llvm/Cargo.toml b/compiler/rustc_llvm/Cargo.toml index c206380a06f..83fda7ef07c 100644 --- a/compiler/rustc_llvm/Cargo.toml +++ b/compiler/rustc_llvm/Cargo.toml @@ -10,5 +10,5 @@ libc = "0.2.73" [build-dependencies] # tidy-alphabetical-start -cc = "1.0.90" +cc = "1.0.97" # tidy-alphabetical-end |
