Skip to content

Commit

Permalink
Merge pull request #200 from robertknight/cargo-update
Browse files Browse the repository at this point in the history
Run `cargo update` to bump dependencies
  • Loading branch information
robertknight authored May 21, 2024
2 parents b2fd547 + 423b433 commit 5a5e2e4
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 120 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Install wasm-bindgen
# nb. wasm-bindgen-cli version must match `wasm-bindgen` version in Cargo.lock
run: cargo install wasm-bindgen-cli --version 0.2.89
run: cargo install wasm-bindgen-cli --version 0.2.92
if: ${{ matrix.os == 'ubuntu-latest' }}
- name: Build
run: cargo build
Expand Down
Loading

0 comments on commit 5a5e2e4

Please sign in to comment.