Compare commits

..

No commits in common. "6cd663f559da97955c3e08bdb184669c47ae158a" and "c467d164cf5dfcbafac459ba02a472fc8a8ccbdc" have entirely different histories.

View file

@ -20,13 +20,12 @@ RUN apt-get update \
&& \
rm -r /var/lib/apt/lists/*
RUN curl -L https://github.com/cargo-bins/cargo-binstall/releases/download/v1.9.0/cargo-binstall-x86_64-unknown-linux-musl.tgz -o cargo-binstall.tgz && \
RUN curl -L https://github.com/cargo-bins/cargo-binstall/releases/latest/download/cargo-binstall-x86_64-unknown-linux-musl.tgz -o cargo-binstall.tgz && \
tar -xzf cargo-binstall.tgz && \
rm cargo-binstall.tgz && \
mv cargo-binstall /usr/local/bin/
RUN cargo binstall -y cargo-chef@0.1.67 \
release-plz@0.3.80
RUN cargo binstall -y cargo-chef
RUN rustup component add rustfmt clippy