Skip to content

Commit

Permalink
Bump cargo-chef version
Browse files Browse the repository at this point in the history
  • Loading branch information
pcholakov committed Feb 4, 2025
1 parent 3cf1de3 commit b1861f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN rustup target add \
x86_64-unknown-linux-gnu \
aarch64-unknown-linux-gnu && \
rustup component add clippy rustfmt && \
cargo install cargo-chef@0.1.68 cargo-license@0.6.1 cargo-hakari@0.9.35
cargo install cargo-chef@0.1.71 cargo-license@0.6.1 cargo-hakari@0.9.35

# Install `just`
RUN curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to /usr/local/bin
Expand Down

0 comments on commit b1861f3

Please sign in to comment.