Attempting to build Chat example - no "secio" feature in "libp2p" #3568
-
I'm attempting to build the chat example to learn the libp2p library. I'm on Ubuntu, I installed the protobuf compiler, added all the features, including "secio" to the feature flags list in the Cargo.toml file, and my attempt to compile has me stuck on this error:
From what investigation I've been able to do, being new to the library, it does indeed look like there is no "secio" feature. That has me wondering if the example is broken. What can I do to resolve this? Is this a broken example, or is something else wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
Secio has been removed 2.5 years ago and I cannot find any references to it in the repository. Where does it say you should add the secio feature? |
Beta Was this translation helpful? Give feedback.
Secio has been removed 2.5 years ago and I cannot find any references to it in the repository. Where does it say you should add the secio feature?