mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-12 17:41:22 +00:00
refactor(gossipsub): remove derive-builder
dev-dependency (#3270)
Remove the `derive_builder` dev-dependency in gossipsub. We can manually implement the builder functionality on top of the `Default` instance of `InjectNodes`. Resolved #3228.
This commit is contained in:
@ -154,10 +154,6 @@ mod topic;
|
||||
mod transform;
|
||||
mod types;
|
||||
|
||||
#[cfg(test)]
|
||||
#[macro_use]
|
||||
extern crate derive_builder;
|
||||
|
||||
mod rpc_proto;
|
||||
|
||||
pub use self::behaviour::{Gossipsub, GossipsubEvent, MessageAuthenticity};
|
||||
|
Reference in New Issue
Block a user