Skip to content

regenerate cargo.lock to fix pipeline#5251

Open
jantimon wants to merge 1 commit intofacebook:mainfrom
jantimon:fix-cargo-lock-rand-0.10
Open

regenerate cargo.lock to fix pipeline#5251
jantimon wants to merge 1 commit intofacebook:mainfrom
jantimon:fix-cargo-lock-rand-0.10

Conversation

@jantimon
Copy link
Copy Markdown
Contributor

@jantimon jantimon commented Apr 15, 2026

main is broken by a few recent commits that updated Cargo.toml deps without regenerating Cargo.lock or updating all usages:

  • commit 197db55 bumped rand 0.9 → 0.10 but didn't regenerate compiler/Cargo.lock, so cargo test --locked fails
  • commit 89f355f bumped hashbrown to 0.17 but intern/Cargo.toml still enables the raw feature which was removed in 0.17
  • the resolvers_schema_module_no_map integration test snapshot still had @nogrep annotations after the emit_nogrep_annotation flag landed

this PR fixes all three so CI is hopefully green again

@meta-cla meta-cla bot added the CLA Signed label Apr 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant