Skip to content

Commit

Permalink
Pin versions of wasm-bindgen and dependant crates
Browse files Browse the repository at this point in the history
  • Loading branch information
allsey87 committed Oct 11, 2024
1 parent aa04a31 commit 3f1b785
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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].94
run: cargo binstall --no-confirm [email protected].87
- name: Run tests
run: cargo test
10 changes: 5 additions & 5 deletions web-rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ gloo-timers = { version = "0.3", features = ["futures"] }
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.94"
web-sys = { version = "0.3", features = ["Worker", "DedicatedWorkerGlobalScope", "MessagePort", "EventTarget", "MessageEvent"] }
wasm-bindgen-futures = "0.4.37"
wasm-bindgen = "0.2.87"
web-sys = { version = "0.3.64", features = ["Worker", "DedicatedWorkerGlobalScope", "MessagePort", "EventTarget", "MessageEvent"] }

[dev-dependencies]
console_error_panic_hook = "0.1.7"
wasm-bindgen-test = "0.3.0"
web-sys = { version = "0.3", features = ["MessagePort", "MessageChannel"] }
wasm-bindgen-test = "0.3.37"
web-sys = { version = "0.3.64", features = ["MessagePort", "MessageChannel"] }

0 comments on commit 3f1b785

Please sign in to comment.