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 acf7192 commit 5c78389Copy full SHA for 5c78389
.devcontainer/Dockerfile
@@ -59,7 +59,6 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y \
59
&& rustup default ${RUST_TOOLCHAIN} \
60
&& rustup target add x86_64-unknown-linux-gnu \
61
&& rustup target add x86_64-unknown-none \
62
- && rustup target add x86_64-pc-windows-msvc \
63
&& rustup toolchain add nightly-x86_64-unknown-linux-gnu \
64
&& cargo install just
65
0 commit comments