Skip to content

0.1.76 - 2026-03-03

Choose a tag to compare

@github-actions github-actions released this 03 Mar 12:52

Release Notes

Added

  • Minimize generated recipe to increase cache hit ratio when cargo chef prepare is invoked with a --bin option
  • Publish a prebuilt cargo-chef Docker image for every upstream Rust tag.
  • Broaden the set of supported architectures for Docker images to include i386 and arm32v7

Other

  • Upgrade to latest versions of all dependencies
  • Allow cargo-chef to fetch dependencies in cargo chef prepare, if either --bin was specified or
    the lockfile is missing.

Install cargo-chef 0.1.76

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/LukeMathWalker/cargo-chef/releases/download/v0.1.76/cargo-chef-installer.sh | sh

Download cargo-chef 0.1.76

File Platform Checksum
cargo-chef-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
cargo-chef-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
cargo-chef-aarch64-unknown-linux-musl.tar.xz ARM64 MUSL Linux checksum
cargo-chef-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum