Skip to content

Commit

Permalink
update wasm-bindgen and js-sys to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw committed Jan 13, 2025
1 parent 62b3bd8 commit 95e7781
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -357,13 +357,13 @@ build-freemovr-calibration-webapp:
- echo $PATH
- rustup target add wasm32-unknown-unknown

- cargo install wasm-bindgen-cli --version 0.2.99 --force --locked
- cargo install wasm-bindgen-cli --version 0.2.100 --force --locked
- cargo install grass

- wasm-bindgen --version

- cd freemovr-calibration/freemovr-calibration-webapp
- cargo update -p wasm-bindgen --precise 0.2.99
- cargo update -p wasm-bindgen --precise 0.2.100
- ./build.sh
- mkdir -p $CI_PROJECT_DIR/freemovr-cal-webapp
- cp -a pkg/* $CI_PROJECT_DIR/freemovr-cal-webapp
Expand Down Expand Up @@ -753,7 +753,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.99 --force --locked
- cargo install wasm-bindgen-cli --version 0.2.100 --force --locked
- cargo install grass
- rustup target add wasm32-unknown-unknown
- export PATH="$PATH:$CARGO_HOME/bin"
Expand All @@ -762,12 +762,12 @@ braid-webapps:
- wasm-bindgen --version

- cd braidz-viewer
- cargo update -p wasm-bindgen --precise 0.2.99
- cargo update -p wasm-bindgen --precise 0.2.100
- ./build.sh
- cd ..

- cd braid-april-cal/braid-april-cal-webapp
- cargo update -p wasm-bindgen --precise 0.2.99
- cargo update -p wasm-bindgen --precise 0.2.100
- ./build.sh
- cd ../..

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ include_dir = "0.7.3"
indicatif = "0.17.1"
ipp-sys = "0.4.4"
itertools = "0.10"
js-sys = "0.3"
js-sys = "0.3.77"
json-lines = { version = "0.1.0", features = ["codec"] }
lazy_static = "1.4"
less-avc = "0.1.4"
Expand Down Expand Up @@ -249,7 +249,7 @@ ttf-firacode = "0.1"
usvg = { version = "0.19.0", default-features = false }
uuid = { version = "1.7", default-features = false, features = ["serde"] }
url = "2.5.0"
wasm-bindgen = "0.2.99"
wasm-bindgen = "0.2.100"
web-sys = "0.3.72"
wasm-bindgen-futures = "0.4"
wasm-logger = "0.2.0"
Expand Down
2 changes: 1 addition & 1 deletion braidz-viewer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gloo-file.workspace = true
yew.workspace = true

wasm-bindgen.workspace = true
js-sys = "0.3.28"
js-sys.workspace = true
plotters = { version = "0.3.4", default-features = false, features = [
"bitmap_encoder",
"bitmap_gif",
Expand Down

0 comments on commit 95e7781

Please sign in to comment.