Compare commits

..

No commits in common. "main" and "v2.4.3" have entirely different histories.
main ... v2.4.3

View file

@ -14,8 +14,9 @@ RUN apk update && \
cargo install cargo-chef \
cargo-hack \
cargo-machete \
cargo-mutants && \
rustup component add rustfmt clippy
cargo-mutants \
cargo-fmt \
cargo-clippy
COPY entrypoint.sh /