Skip to content

Commit

Permalink
Merge branch 'dependency-update'
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw committed Dec 7, 2023
2 parents 2f86c7f + b0ea107 commit 023fa52
Show file tree
Hide file tree
Showing 3 changed files with 1,078 additions and 782 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ build-freemovr-calibration-webapp:
- echo $PATH
- rustup target add wasm32-unknown-unknown

- cargo install wasm-bindgen-cli --version 0.2.87 --force
- cargo install wasm-bindgen-cli --version 0.2.89 --force
- cargo install grass

- wasm-bindgen --version
Expand Down Expand Up @@ -957,7 +957,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.87 --force
- cargo install wasm-bindgen-cli --version 0.2.89 --force
- cargo install grass
- rustup target add wasm32-unknown-unknown
- export PATH="$PATH:$CARGO_HOME/bin"
Expand Down
Loading

0 comments on commit 023fa52

Please sign in to comment.