--- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -8,7 +8,10 @@ RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash && \ export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")" && \ [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" && \ - nvm install v12.20.1 && \ - rustup toolchain install nightly-2021-03-01 && \ - rustup default nightly-2021-03-01 && \ - rustup target add wasm32-unknown-unknown \ No newline at end of file + nvm install v16.2.0 && \ + npm install -g yarn && \ + rustup toolchain install nightly-2021-05-30 && \ + rustup default nightly-2021-05-30 && \ + rustup target add wasm32-unknown-unknown && \ + rustup component add rustfmt clippy && \ + cargo install cargo-expand cargo-edit