diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 7afa869fce..efe6f0053e 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -21,6 +21,9 @@ RUN rustup toolchain install $(cat rust-toolchain.toml | grep channel | cut -d\" rustup component add clippy && \ rustup component add rustfmt +RUN rustup toolchain install nightly && \ + rustup component add rustfmt --toolchain nightly + RUN rustup target add x86_64-pc-windows-msvc && \ rustup target add wasm32-unknown-unknown