Skip to content

Commit

Permalink
update wasm-bindgen (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
boozook authored Dec 8, 2020
1 parent 0e94a6e commit fd8858a
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:

- uses: jetli/[email protected]
with:
version: "0.2.68"
version: "0.2.69"

- name: Gen JS/TS API
run: |
Expand Down
2 changes: 1 addition & 1 deletion lang/disassembler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ clap = "3.0.0-beta.2"
anyhow = "1.0"

[target.wasm32-unknown-unknown.dependencies]
wasm-bindgen = "0.2.68"
wasm-bindgen = "0.2.69"

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
lang = { path = ".." }

0 comments on commit fd8858a

Please sign in to comment.