diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2025-08-27 19:50:53 +1000 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2025-08-28 20:10:54 +1000 |
| commit | 12dc789bc657b1f0b695c39f81de9269f8c709b4 (patch) | |
| tree | 289a7544d38e89ff09456d0d9aaf965b61fc6dbb /compiler/rustc_thread_pool | |
| parent | 75060001c0acb03f4febebb81909175cd2798bca (diff) | |
| download | rust-12dc789bc657b1f0b695c39f81de9269f8c709b4.tar.gz rust-12dc789bc657b1f0b695c39f81de9269f8c709b4.zip | |
Add `libc` to `[workspace.dependencies]`.
Diffstat (limited to 'compiler/rustc_thread_pool')
| -rw-r--r-- | compiler/rustc_thread_pool/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_thread_pool/Cargo.toml b/compiler/rustc_thread_pool/Cargo.toml index c92984470b7..3eafb308192 100644 --- a/compiler/rustc_thread_pool/Cargo.toml +++ b/compiler/rustc_thread_pool/Cargo.toml @@ -23,7 +23,7 @@ rand_xorshift = "0.4" scoped-tls = "1.0" [target.'cfg(unix)'.dev-dependencies] -libc = "0.2" +libc.workspace = true [[test]] name = "stack_overflow_crash" |
