feature(gossipsub): switch internal async-channel, #730
Annotations
6 errors
Run cargo +$MSRV check --workspace --all-features:
examples/chat/src/main.rs#L40
the trait bound `libp2p::libp2p_gossipsub::Behaviour: NetworkBehaviour` is not satisfied
|
Run cargo +$MSRV check --workspace --all-features:
examples/chat/src/main.rs#L60
the trait bound `Result<MyBehaviour, _>: libp2p::builder::phase::behaviour::TryIntoBehaviour<_>` is not satisfied
|
Run cargo +$MSRV check --workspace --all-features:
examples/chat/src/main.rs#L92
no field `gossipsub` on type `&mut _`
|
Run cargo +$MSRV check --workspace --all-features:
examples/chat/src/main.rs#L114
the trait bound `libp2p::libp2p_gossipsub::Behaviour: NetworkBehaviour` is not satisfied
|
Run cargo +$MSRV check --workspace --all-features:
examples/chat/src/main.rs#L30
unused import: `futures::stream::StreamExt`
|
Run cargo +$MSRV check --workspace --all-features
Process completed with exit code 101.
|
Loading