Skip to content

Commit

Permalink
Unbreak browser test CI (paritytech#8149)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaka authored and thadouk committed Oct 21, 2021
1 parent 49a4103 commit a0e6807
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions bin/node/browser-testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ libp2p = { version = "0.34.0", default-features = false }
jsonrpc-core = "15.0.0"
serde = "1.0.106"
serde_json = "1.0.48"
wasm-bindgen = { version = "=0.2.69", features = ["serde-serialize"] }
wasm-bindgen = { version = "=0.2.70", features = ["serde-serialize"] }
wasm-bindgen-futures = "0.4.18"
wasm-bindgen-test = "0.3.18"
futures = "0.3.9"

node-cli = { path = "../cli", default-features = false, features = ["browser"] , version = "2.0.0"}
sc-rpc-api = { path = "../../../client/rpc-api" , version = "0.9.0"}
node-cli = { path = "../cli", default-features = false, features = ["browser"], version = "2.0.0"}
sc-rpc-api = { path = "../../../client/rpc-api", version = "0.9.0"}

0 comments on commit a0e6807

Please sign in to comment.