Skip to content

Commit

Permalink
ci: remove wasm-pack version lock (#32307)
Browse files Browse the repository at this point in the history
* ci: remove wasm-pack version lock

* remove comment
  • Loading branch information
yihau authored Jun 28, 2023
1 parent 4cfdb37 commit e60b582
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci/docker-rust/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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

0 comments on commit e60b582

Please sign in to comment.