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 e290cd0 commit 2c15a60Copy full SHA for 2c15a60
.devcontainer/rust/Dockerfile
@@ -66,4 +66,4 @@ RUN --mount=type=cache,target=/var/log,sharing=locked \
66
67
# Install additional rust tools
68
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]
+ && cargo-binstall -y --locked cargo-binutils@0.3.6 [email protected] [email protected] [email protected]
0 commit comments