We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a2dc7a commit bd29feeCopy full SHA for bd29fee
Earthfile
@@ -8,7 +8,7 @@ rust-toolchain:
8
# Installs Cargo chef
9
install-chef:
10
FROM +rust-toolchain
11
- RUN cargo install --debug cargo-chef
+ RUN cargo install --debug --version 0.1.59 cargo-chef --locked
12
13
# Prepares the local cache
14
prepare-cache:
0 commit comments