Skip to content

Commit 6bca99a

Browse files
committed
chore: revert cargo-binutils to fix coverage test
1 parent d4968d9 commit 6bca99a

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
@@ -50,4 +50,4 @@ RUN --mount=type=cache,target=/var/log,sharing=locked \
5050

5151
# Install additional rust tools
5252
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" \
53-
&& cargo-binstall -y --locked cargo-binutils@0.4.0 [email protected] [email protected] [email protected]
53+
&& cargo-binstall -y --locked cargo-binutils@0.3.6 [email protected] [email protected] [email protected]

0 commit comments

Comments
 (0)