Skip to content

Commit 2c15a60

Browse files
authored
chore: revert cargo-binutils due to crash in coverage test
1 parent e290cd0 commit 2c15a60

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

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

0 commit comments

Comments
 (0)