Conversation
|
These commits modify the If this was unintentional then you should revert the changes before this PR is merged. |
|
rustbot has assigned @Mark-Simulacrum. Use Why was this reviewer chosen?The reviewer was selected based on:
|
There was a problem hiding this comment.
Pull request overview
This PR updates the libc crate dependency used by std to a newer patch release in order to pick up WASI _SC_* sysconf constants needed for thread::available_parallelism on WASI targets (per the referenced regression/fix context).
Changes:
- Bump
libcfrom0.2.183to0.2.184forstd(non-MSVC Windows excluded as before). - Update
library/Cargo.lockto reflect the newlibcversion and checksum.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
library/std/Cargo.toml |
Updates the libc dependency version used by std. |
library/Cargo.lock |
Locks libc to 0.2.184 with the corresponding checksum. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This includes the WASI SC* sysconf constants needed for
thread::available_parallelismon WASI targets (#153604).