Skip to content

cargo check --no-default-features --features std,tungstenite results in compiler error #644

@clangenb

Description

@clangenb

Not sure if this is combination is intended to be used, but I think it should:

src/api/api_client.rs:183:51
    |
183 |         let (genesis_hash, metadata, runtime_version) = futures::future::try_join3(
    |                                                         ^^^^^^^ use of undeclared crate or module `futures`

error[E0433]: failed to resolve: use of undeclared crate or module `futures`
   --> src/api/api_client.rs:243:4
    |
243 |             futures::future::try_join(metadata_future, runtime_version_future).await?;
    |             ^^^^^^^ use of undeclared crate or module `futures`

Observed on https://github.com/scs/substrate-api-client/tree/polkadot-v0.9.42-tag-v0.14.0

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions