Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
silvanshade committed Feb 4, 2022
1 parent e223d53 commit 378ffcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
needs: [skip-commit]
runs-on: ubuntu-latest
env:
WASM_BINDGEN_CLI_VERSION: "0.2.78"
WASM_BINDGEN_CLI_VERSION: "0.2.79"
steps:
- uses: actions/checkout@v2
- name: Install Rust toolchain
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ opt-level = "z"

[dependencies]
js-sys = "0.3"
wasm-bindgen = { version = "=0.2.78", features = ["strict-macro"] }
wasm-bindgen = { version = "=0.2.79", features = ["strict-macro"] }

[dependencies.web-sys]
version = "0.3"
Expand Down

0 comments on commit 378ffcb

Please sign in to comment.