chore(deps): specify cargo-chef version as v0.1.67
All checks were successful
/ test (push) Successful in 4s
All checks were successful
/ test (push) Successful in 4s
This commit is contained in:
parent
1ba7a4bc43
commit
58228eeddb
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ RUN curl -L https://github.com/cargo-bins/cargo-binstall/releases/download/v1.9.
|
||||||
rm cargo-binstall.tgz && \
|
rm cargo-binstall.tgz && \
|
||||||
mv cargo-binstall /usr/local/bin/
|
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
|
RUN rustup component add rustfmt clippy
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue