diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 452f0dadd..600dca9c6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -397,12 +397,13 @@ build-freemovr-calibration-webapp: - echo $PATH - rustup target add wasm32-unknown-unknown - - cargo install wasm-bindgen-cli --version 0.2.97 --force --locked + - cargo install wasm-bindgen-cli --version 0.2.99 --force --locked - cargo install grass - wasm-bindgen --version - cd freemovr-calibration/freemovr-calibration-webapp + - cargo update -p wasm-bindgen --precise 0.2.99 - ./build.sh - mkdir -p $CI_PROJECT_DIR/freemovr-cal-webapp - cp -a pkg/* $CI_PROJECT_DIR/freemovr-cal-webapp @@ -1229,7 +1230,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.97 --force --locked + - cargo install wasm-bindgen-cli --version 0.2.99 --force --locked - cargo install grass - rustup target add wasm32-unknown-unknown - export PATH="$PATH:$CARGO_HOME/bin" @@ -1238,10 +1239,12 @@ braid-webapps: - wasm-bindgen --version - cd braidz-viewer + - cargo update -p wasm-bindgen --precise 0.2.99 - ./build.sh - cd .. - cd braid-april-cal/braid-april-cal-webapp + - cargo update -p wasm-bindgen --precise 0.2.99 - ./build.sh - cd ../.. diff --git a/Cargo.toml b/Cargo.toml index 33cc80c4b..28212f971 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.97" } +wasm-bindgen = { version = "0.2.99" } web-sys = { version = "0.3.72" } machine-vision-formats = { version = "0.1.3", default-features = false } convert-image = "0.1.0"