about summary refs log tree commit diff
path: root/Cargo.toml
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 /Cargo.toml
parent75060001c0acb03f4febebb81909175cd2798bca (diff)
downloadrust-12dc789bc657b1f0b695c39f81de9269f8c709b4.tar.gz
rust-12dc789bc657b1f0b695c39f81de9269f8c709b4.zip
Add `libc` to `[workspace.dependencies]`.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5003e107cc8..e9a030e7de1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -63,6 +63,9 @@ exclude = [
 # tidy-alphabetical-start
 bitflags = "2.9.3"
 itertools = "0.12.1"
+# FIXME: Remove this pin once this rustix issue is resolved
+# https://github.com/bytecodealliance/rustix/issues/1496
+libc = "=0.2.174"
 memchr = "2.7.5"
 rustc-literal-escaper = "0.0.5"
 thin-vec = "0.2.14"