Skip to content

Commit

Permalink
fix: update refinery and machete
Browse files Browse the repository at this point in the history
  • Loading branch information
bkioshn committed Apr 1, 2024
1 parent d834292 commit cd141c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions earthly/rust/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ rust-base:
# Note, we disable static compiles for tools, specifically, as its not required.
# These tools are not artifacts and we do not use them in production.
RUN cargo install cargo-nextest --version=0.9.68 && \
cargo install cargo-machete --version=0.6.1 && \
cargo install refinery_cli --version=0.8.12 && \
cargo install cargo-machete --version=0.6.2 && \
cargo install refinery_cli --version=0.8.13 && \
# TODO: https://github.com/input-output-hk/catalyst-ci/issues/214
cargo install cargo-deny --version=0.14.10 && \
cargo install cargo-modules --version=0.14.0 && \
Expand Down

0 comments on commit cd141c5

Please sign in to comment.