Skip to content

Commit

Permalink
update wasm-bindgen dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw committed Dec 1, 2024
1 parent 866d315 commit fbc4ddf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ build-freemovr-calibration-webapp:
- echo $PATH
- rustup target add wasm32-unknown-unknown

- cargo install wasm-bindgen-cli --version 0.2.95 --force --locked
- cargo install wasm-bindgen-cli --version 0.2.97 --force --locked
- cargo install grass

- wasm-bindgen --version
Expand Down Expand Up @@ -1225,7 +1225,7 @@ braid-webapps:
# ... and install latest (and therefore matching) wasm-pack
- curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
# ... and wasm-bindgen-cli
- cargo install wasm-bindgen-cli --version 0.2.95 --force --locked
- cargo install wasm-bindgen-cli --version 0.2.97 --force --locked
- cargo install grass
- rustup target add wasm32-unknown-unknown
- export PATH="$PATH:$CARGO_HOME/bin"
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ image = { version = "0.25", default-features = false, features = [
] }
rerun = { version = "0.20", default-features = false, features = ["sdk"] }
thiserror = "1.0.51"
wasm-bindgen = { version = "0.2.95" }
wasm-bindgen = { version = "0.2.97" }
web-sys = { version = "0.3.72" }
machine-vision-formats = { version = "0.1.3", default-features = false }
convert-image = "0.1.0"
Expand Down

0 comments on commit fbc4ddf

Please sign in to comment.