You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error[E0412]: cannot find type `ListenerId` in module `libp2p::core::connection`
--> client/network/src/behaviour.rs:65:10
|
65 | #[derive(NetworkBehaviour)]
| ^^^^^^^^^^^^^^^^
| |
| not found in `libp2p::core::connection`
| in this derive macro expansion
|
::: /home/kpp/.cargo/registry/src/jackfan.us.kg-1ecc6299db9ec823/libp2p-swarm-derive-0.27.1/src/lib.rs:30:1
|
30 | pub fn hello_macro_derive(input: TokenStream) -> TokenStream {
| ------------------------------------------------------------ in this expansion of `#[derive(NetworkBehaviour)]`
For more information about this error, try `rustc --explain E0412`.
rust-libp2p/swarm-derive/Cargo.toml
Line 6 in 7df6bae
I got a compilation error:
Can you please publish a hotfix? ^_^
Related to: #2730
cc @mxinden
The text was updated successfully, but these errors were encountered: