Skip to content

Commit

Permalink
fix: cargo-chef bug workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
skylar-simoncelli authored Jan 13, 2025
1 parent 4a43b1a commit 9266293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ setup:

COPY Cargo.* .rustfmt.toml rust-toolchain.toml .
RUN rustup show
RUN cargo install --locked cargo-chef && cp "$CARGO_HOME/bin/cargo-chef" /usr/local/bin
RUN cargo install --locked --version 0.1.68 cargo-chef && cp "$CARGO_HOME/bin/cargo-chef" /usr/local/bin

source:
FROM +setup
Expand Down

0 comments on commit 9266293

Please sign in to comment.