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