Skip to content

Commit 65c5f26

Browse files
authored
chore: fix typo in cargo-binstall arguments
1 parent 4f505e5 commit 65c5f26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/rust/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ ENV BINSTALL_DISABLE_TELEMETRY=true
4848
# Install additional rust tools
4949
RUN wget -qO - "https://github.com/cargo-bins/cargo-binstall/releases/download/v${CARGO_BINSTALL_VERSION}/cargo-binstall-$(uname -m)-unknown-linux-gnu.tgz" | tar xz -C "/usr/bin" \
5050
&& cargo-binstall -y --locked cargo-binutils@0.3.6 cargo-mutants@25.0.0 flip-link@0.1.10 \
51-
&& cargo-binstall -v -y --targets="$(uname -m)-unknown-linux-gnu" --pkg-format=txz probe-rs@0.26.0
51+
&& cargo-binstall -v -y --targets="$(uname -m)-unknown-linux-gnu" --pkg-fmt=txz probe-rs@0.26.0

0 commit comments

Comments
 (0)