chore(deps): specify cargo-chef version as v0.1.67
All checks were successful
/ test (push) Successful in 4s

This commit is contained in:
Paul Campbell 2024-08-04 14:50:21 +01:00
parent 1ba7a4bc43
commit 58228eeddb

View file

@ -25,7 +25,7 @@ RUN curl -L https://github.com/cargo-bins/cargo-binstall/releases/download/v1.9.
rm cargo-binstall.tgz && \
mv cargo-binstall /usr/local/bin/
RUN cargo binstall -y cargo-chef
RUN cargo binstall -y cargo-chef@0.1.67
RUN rustup component add rustfmt clippy