Skip to content

Commit

Permalink
Bump version of wasm-bingen to 0.2.94
Browse files Browse the repository at this point in the history
  • Loading branch information
allsey87 committed Oct 10, 2024
1 parent 1db3b7e commit 1cbf58b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
- name: Install cargo-binstall
uses: cargo-bins/cargo-binstall@main
- name: Install wasm-bindgen
run: cargo binstall --no-confirm [email protected].89
run: cargo binstall --no-confirm [email protected].94
- name: Run tests
run: cargo test
2 changes: 1 addition & 1 deletion web-rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ js-sys = "0.3.64"
pin-utils = { version = "0.1.0" }
serde = { version = "1.0.193", features = ["derive"] }
wasm-bindgen-futures = "0.4"
wasm-bindgen = "0.2.89"
wasm-bindgen = "0.2.94"
web-sys = { version = "0.3", features = ["Worker", "DedicatedWorkerGlobalScope", "MessagePort", "EventTarget", "MessageEvent"] }

[dev-dependencies]
Expand Down

0 comments on commit 1cbf58b

Please sign in to comment.