Skip to content

Commit

Permalink
fixup! core-primitives: move JsonrpseeClient constructor call to a ne…
Browse files Browse the repository at this point in the history
…w thread
  • Loading branch information
OverOrion committed Jul 21, 2023
1 parent f7ea11e commit cc32aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-primitives/node-api/factory/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ authors = ["Integritee AG <[email protected]>"]
edition = "2021"

[dependencies]
futures = { version = "0.3.8" }
thiserror = { version = "1.0" }
tokio = { version = "1.6.1", features = ["full"] }
futures = { version = "0.3.8" }

# substrate
sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.39" }
Expand Down

0 comments on commit cc32aed

Please sign in to comment.