ci: remove wasm-pack version lock (#32307)

* ci: remove wasm-pack version lock

* remove comment
This commit is contained in:
Yihau Chen 2023-06-28 21:21:07 +08:00 committed by GitHub
parent 4cfdb374ae
commit e60b58258d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,6 @@
# ci/rust-version.sh to pick up the new image tag
FROM rust:1.69.0
# we need to pin wasm-pack due to https://github.com/rustwasm/wasm-pack/issues/1308
RUN set -x \
&& apt update \
&& apt-get install apt-transport-https \
@ -38,7 +37,7 @@ RUN set -x \
&& cargo install mdbook \
&& cargo install mdbook-linkcheck \
&& cargo install svgbob_cli \
&& cargo install --version 0.11.1 wasm-pack \
&& cargo install wasm-pack \
&& cargo install sccache \
&& rustc --version \
&& cargo --version