Skip to content

Commit

Permalink
Add nightly rustfmt to devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
tarrencev committed Dec 18, 2023
1 parent 8dfe300 commit 64b88aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 64b88aa

Please sign in to comment.