mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-31 19:51:20 +00:00
I noticed that we also still leak that dependency in several crates by providing a `From` impl so I've removed that one as well. Resolves #3534. Pull-Request: #3894.