about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2025-08-27 19:50:53 +1000
committerNicholas Nethercote <n.nethercote@gmail.com>2025-08-28 20:10:54 +1000
commit12dc789bc657b1f0b695c39f81de9269f8c709b4 (patch)
tree289a7544d38e89ff09456d0d9aaf965b61fc6dbb /compiler/rustc_codegen_llvm
parent75060001c0acb03f4febebb81909175cd2798bca (diff)
downloadrust-12dc789bc657b1f0b695c39f81de9269f8c709b4.tar.gz
rust-12dc789bc657b1f0b695c39f81de9269f8c709b4.zip
Add `libc` to `[workspace.dependencies]`.
Diffstat (limited to 'compiler/rustc_codegen_llvm')
-rw-r--r--compiler/rustc_codegen_llvm/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_llvm/Cargo.toml b/compiler/rustc_codegen_llvm/Cargo.toml
index 26d20acbe28..9cfa23ecd43 100644
--- a/compiler/rustc_codegen_llvm/Cargo.toml
+++ b/compiler/rustc_codegen_llvm/Cargo.toml
@@ -13,7 +13,7 @@ bitflags.workspace = true
 # by `rustc_codegen_ssa` via its `thorin-dwp` dependency.
 gimli = "0.31"
 itertools.workspace = true
-libc = "0.2"
+libc.workspace = true
 measureme = "12.0.1"
 object = { version = "0.37.0", default-features = false, features = ["std", "read"] }
 rustc-demangle = "0.1.21"