Skip to content

Update libc to v0.2.184#155057

Open
surban wants to merge 1 commit intorust-lang:mainfrom
rust-wasi-web:update-libc-0.2.184
Open

Update libc to v0.2.184#155057
surban wants to merge 1 commit intorust-lang:mainfrom
rust-wasi-web:update-libc-0.2.184

Conversation

@surban
Copy link
Copy Markdown
Contributor

@surban surban commented Apr 9, 2026

This includes the WASI SC* sysconf constants needed for thread::available_parallelism on WASI targets (#153604).

Copilot AI review requested due to automatic review settings April 9, 2026 17:01
@rustbot
Copy link
Copy Markdown
Collaborator

rustbot commented Apr 9, 2026

These commits modify the library/Cargo.lock file. Unintentional changes to library/Cargo.lock can be introduced when switching branches and rebasing PRs.

If this was unintentional then you should revert the changes before this PR is merged.
Otherwise, you can ignore this comment.

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue. labels Apr 9, 2026
@rustbot
Copy link
Copy Markdown
Collaborator

rustbot commented Apr 9, 2026

r? @Mark-Simulacrum

rustbot has assigned @Mark-Simulacrum.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

Why was this reviewer chosen?

The reviewer was selected based on:

  • Owners of files modified in this PR: @ChrisDenton, libs
  • @ChrisDenton, libs expanded to 8 candidates

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 libc from 0.2.183 to 0.2.184 for std (non-MSVC Windows excluded as before).
  • Update library/Cargo.lock to reflect the new libc version 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants