Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit e60b582

Browse files
authored
ci: remove wasm-pack version lock (#32307)
* ci: remove wasm-pack version lock * remove comment
1 parent 4cfdb37 commit e60b582

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ci/docker-rust/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# ci/rust-version.sh to pick up the new image tag
33
FROM rust:1.69.0
44

5-
# we need to pin wasm-pack due to https://github.com/rustwasm/wasm-pack/issues/1308
65
RUN set -x \
76
&& apt update \
87
&& apt-get install apt-transport-https \
@@ -38,7 +37,7 @@ RUN set -x \
3837
&& cargo install mdbook \
3938
&& cargo install mdbook-linkcheck \
4039
&& cargo install svgbob_cli \
41-
&& cargo install --version 0.11.1 wasm-pack \
40+
&& cargo install wasm-pack \
4241
&& cargo install sccache \
4342
&& rustc --version \
4443
&& cargo --version

0 commit comments

Comments
 (0)