Skip to content

Commit

Permalink
fix: update rust tool (#205)
Browse files Browse the repository at this point in the history
* fix: update rust tool

* fix: change cargo module version
  • Loading branch information
bkioshn authored Mar 18, 2024
1 parent 4bb235d commit 3cdc675
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions earthly/rust/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,16 +75,16 @@ rust-base:
# Install tools we use commonly with `cargo`.
# 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.67 && \
cargo install cargo-machete --version=0.6.0 && \
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-deny --version=0.14.10 && \
cargo install cargo-modules --version=0.13.5 && \
cargo install cargo-deny --version=0.14.17 && \
cargo install cargo-modules --version=0.14.0 && \
cargo install cargo-depgraph --version=1.6.0 && \
cargo install cargo-llvm-cov --version=0.6.4 && \
cargo install wasm-tools --version=1.0.57 && \
cargo install cargo-llvm-cov --version=0.6.8 && \
cargo install wasm-tools --version=1.201.0 && \
cargo install cargo-expand --version=1.0.79 && \
cargo install wit-bindgen-cli --version=0.17.0 && \
cargo install wit-bindgen-cli --version=0.22.0 && \
cargo install --git https://github.com/bytecodealliance/wasmtime --tag v17.0.0 verify-component-adapter

SAVE ARTIFACT $CARGO_HOME/bin/refinery refinery
Expand Down

0 comments on commit 3cdc675

Please sign in to comment.