Skip to content

Fix Docker build by using --locked for cargo-chef install#2222

Merged
penberg merged 1 commit intomainfrom
fix-docker-build
Mar 19, 2026
Merged

Fix Docker build by using --locked for cargo-chef install#2222
penberg merged 1 commit intomainfrom
fix-docker-build

Conversation

@penberg
Copy link
Collaborator

@penberg penberg commented Mar 19, 2026

cargo-chef's transitive dependencies (cargo-platform, cargo_metadata, guppy, target-spec) bumped their MSRV to Rust 1.86-1.88, breaking the install on our pinned Rust 1.85.0 toolchain. Using --locked forces cargo to use cargo-chef's bundled lockfile, which is tested against its supported Rust versions.

cargo-chef's transitive dependencies (cargo-platform, cargo_metadata,
guppy, target-spec) bumped their MSRV to Rust 1.86-1.88, breaking the
install on our pinned Rust 1.85.0 toolchain. Using --locked forces
cargo to use cargo-chef's bundled lockfile, which is tested against
its supported Rust versions.
@penberg penberg merged commit 3044eb7 into main Mar 19, 2026
19 checks passed
@penberg penberg deleted the fix-docker-build branch March 19, 2026 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant