Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
CI: wasm-bindgen-cli update (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
TriplEight authored Apr 17, 2021
1 parent 3d903bd commit 9a44d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/ci-linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN set -eux && \
cargo install --version 0.3.2 diener && \
# wasm-bindgen-cli version should match the one pinned in substrate
# https://github.com/paritytech/substrate/blob/master/bin/node/browser-testing/Cargo.toml#L15
cargo install --version 0.2.71 wasm-bindgen-cli && \
cargo install --version 0.2.73 wasm-bindgen-cli && \
# install wasm-gc. It's useful for stripping slimming down wasm binaries (polkadot)
cargo +nightly install wasm-gc && \
# versions
Expand Down

0 comments on commit 9a44d4e

Please sign in to comment.