-
Notifications
You must be signed in to change notification settings - Fork 268
Open
Description
Cargo check gives following error, its a old problem that's not been solved.
error[E0433]: failed to resolve: use of unresolved module or unlinked crate `jsonrpsee_helpers`
--> /home/amiya/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subxt-rpcs-0.43.0/src/client/rpc_client.rs:35:22
|
35 | let client = jsonrpsee_helpers::client(url.as_ref())
| ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `jsonrpsee_helpers`
|
= help: if you wanted to use a crate named `jsonrpsee_helpers`, use `cargo add jsonrpsee_helpers` to add it to your `Cargo.toml`
But error disappears with adding .cargo/config.toml
[build]
target = "wasm32-unknown-unknown"
Metadata
Metadata
Assignees
Labels
No labels