Skip to content

Commit

Permalink
Update wasm-bindgen spec in Cargo.toml to match Cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
robertknight committed Mar 9, 2024
1 parent a700094 commit e5afd1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Install wasm-bindgen
run: cargo install wasm-bindgen-cli --version 0.2.87
run: cargo install wasm-bindgen-cli --version 0.2.89
- name: Build
run: cargo build
- name: WASM build
Expand Down
2 changes: 1 addition & 1 deletion ocrs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rten-tensor = { version = "0.4.0" }
[target.'cfg(target_arch = "wasm32")'.dependencies]
# nb. When changing this, make sure the version of wasm-bindgen-cli installed
# in CI etc. is in sync.
wasm-bindgen = "0.2.87"
wasm-bindgen = "0.2.89"

[dev-dependencies]
fastrand = "1.9.0"
Expand Down

0 comments on commit e5afd1e

Please sign in to comment.