We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9984ee1 commit ad636ffCopy full SHA for ad636ff
2 files changed
.github/workflows/test.yml
@@ -59,7 +59,7 @@ jobs:
59
- name: Install Rust components
60
if: matrix.workspace == 'truncate_client'
61
run: |-
62
- cargo install -f wasm-bindgen-cli --version 0.2.93
+ cargo install -f wasm-bindgen-cli --version 0.2.100
63
rustup target add wasm32-unknown-unknown
64
65
- name: Test
Dockerfile.client
@@ -15,7 +15,7 @@ RUN apt-get install -y nodejs
15
16
RUN curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
17
# Keep this wasm-bindgen-cli version aligned with the latest egui release's dependency
18
-RUN cargo install -f wasm-bindgen-cli --version 0.2.93
+RUN cargo install -f wasm-bindgen-cli --version 0.2.100
19
RUN rustup target add wasm32-unknown-unknown
20
21
RUN mkdir /app
0 commit comments