Skip to content

Commit bd29fee

Browse files
committed
fix: lock cargo chef version
1 parent 4a2dc7a commit bd29fee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ rust-toolchain:
88
# Installs Cargo chef
99
install-chef:
1010
FROM +rust-toolchain
11-
RUN cargo install --debug cargo-chef
11+
RUN cargo install --debug --version 0.1.59 cargo-chef --locked
1212

1313
# Prepares the local cache
1414
prepare-cache:

0 commit comments

Comments
 (0)