Compare commits

..

No commits in common. "cdce2e30484ddb75813e58a960356224f71004a6" and "c6101c1e9eae85a11d37dfb42727a42e1e86e32f" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View file

@ -19,9 +19,10 @@ 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 \
cargo-hack@0.6 \
release-plz@0.3
cargo-chef@0.1.67 \
cargo-hack@0.6.31 \
release-plz@0.3.80 && \
rustup component add rustfmt clippy
COPY entrypoint.sh /

View file

@ -27,7 +27,6 @@ fi
echo "Selected toolchain: ${TOOLCHAIN}"
rustup update "${TOOLCHAIN}"
rustup component add rustfmt clippy
if test "${ARGS[0]}" == "cargo";then
PRE_COMMAND="cargo +${TOOLCHAIN} "