chore(deps): add release-plz version as v0.3.80
All checks were successful
/ test (push) Successful in 5s
All checks were successful
/ test (push) Successful in 5s
This commit is contained in:
parent
58228eeddb
commit
6cd663f559
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@ 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@0.1.67
|
||||
RUN cargo binstall -y cargo-chef@0.1.67 \
|
||||
release-plz@0.3.80
|
||||
|
||||
RUN rustup component add rustfmt clippy
|
||||
|
||||
|
|
Loading…
Reference in a new issue