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

it looks like commit 197db55 by bumped rand from 0.9 to 0.10 (and touched relay-lsp) but did not regenerate compiler/Cargo.lock

now the main branch pipeline fails because CI runs cargo test --locked and cargo run --release for the test-project build errors with cannot update the lock file /.../compiler/Cargo.lock because --locked was passed

I ran cargo update -p rand -p hyper to sync the lockfile (hyper 1.8.1 → 1.9.0 was also stale from an earlier commit) and verified locally that cargo test --manifest-path=compiler/Cargo.toml --locked builds cleanly and the working tree stays clean afterwards

@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