Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dockerfiles/ci-linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN set -eux && \
rustup target add wasm32-unknown-unknown --toolchain nightly && \
# install cargo tools
cargo install cargo-audit cargo-web wasm-pack wasm-bindgen-cli cargo-deny mdbook && \
cargo install --version 0.3.1 diener && \
cargo install --version 0.3.2 diener && \
# install wasm-gc. It's useful for stripping slimming down wasm binaries (polkadot)
cargo +nightly install wasm-gc && \
# versions
Expand Down