Skip to content

Commit 81578ef

Browse files
Rollup merge of #155057 - rust-wasi-web:update-libc-0.2.184, r=Mark-Simulacrum
Update libc to v0.2.184 This includes the WASI _SC_* sysconf constants needed for `thread::available_parallelism` on WASI targets (#153604).
2 parents bf4fbfb + 1209a86 commit 81578ef

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

library/Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,9 @@ dependencies = [
146146

147147
[[package]]
148148
name = "libc"
149-
version = "0.2.183"
149+
version = "0.2.184"
150150
source = "registry+https://github.com/rust-lang/crates.io-index"
151-
checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d"
151+
checksum = "48f5d2a454e16a5ea0f4ced81bd44e4cfc7bd3a507b61887c99fd3538b28e4af"
152152
dependencies = [
153153
"rustc-std-workspace-core",
154154
]

library/std/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ miniz_oxide = { version = "0.8.0", optional = true, default-features = false }
3333
addr2line = { version = "0.25.0", optional = true, default-features = false }
3434

3535
[target.'cfg(not(all(windows, target_env = "msvc")))'.dependencies]
36-
libc = { version = "0.2.183", default-features = false, features = [
36+
libc = { version = "0.2.184", default-features = false, features = [
3737
'rustc-dep-of-std',
3838
], public = true }
3939

0 commit comments

Comments
 (0)