build: less restrictive cargo-chef, cargo-hack and release-plz versions
All checks were successful
/ test (map[name:nightly]) (push) Successful in 38s
/ test (map[name:stable]) (push) Successful in 40s
/ test (map[name:v1.81.0]) (push) Successful in 9s

Allow patch version upgrades without intervention.
This commit is contained in:
Paul Campbell 2024-09-17 10:42:06 +01:00
parent 8b9b16aa2e
commit cdce2e3048

View file

@ -19,9 +19,9 @@ RUN curl -L https://github.com/cargo-bins/cargo-binstall/releases/download/v1.9.
mv cargo-binstall /usr/local/bin/
RUN cargo binstall -y \
cargo-chef@0.1.67 \
cargo-hack@0.6.31 \
release-plz@0.3.80
cargo-chef@0.1 \
cargo-hack@0.6 \
release-plz@0.3
COPY entrypoint.sh /