diff --git a/earthly/rust/Earthfile b/earthly/rust/Earthfile index f1aa7fc44..8d403ccec 100644 --- a/earthly/rust/Earthfile +++ b/earthly/rust/Earthfile @@ -77,7 +77,7 @@ builder: COPY tools+tool-cargo-nextest/cargo-nextest $CARGO_HOME/bin/nextest COPY tools+tool-cargo-machete/cargo-machete $CARGO_HOME/bin/machete - COPY tools+tool-refinery/refinery_cli $CARGO_HOME/bin/refinery_cli + COPY tools+tool-refinery/refinery $CARGO_HOME/bin/refinery COPY tools+tool-cargo-deny/cargo-deny $CARGO_HOME/bin/deny COPY tools+tool-cargo-modules/cargo-modules $CARGO_HOME/bin/modules COPY tools+tool-cargo-depgraph/cargo-depgraph $CARGO_HOME/bin/depgraph diff --git a/earthly/rust/tools/Earthfile b/earthly/rust/tools/Earthfile index 9567b86ab..b30dde8b6 100644 --- a/earthly/rust/tools/Earthfile +++ b/earthly/rust/tools/Earthfile @@ -14,7 +14,7 @@ tool-cargo-machete: tool-refinery: FROM ../+rust-base RUN cargo install refinery_cli --version=0.8.14 --locked - SAVE ARTIFACT /usr/local/cargo/bin/refinery_cli refinery_cli + SAVE ARTIFACT /usr/local/cargo/bin/refinery refinery tool-cargo-deny: FROM ../+rust-base