error[E0432]: unresolved import `discv5::Discv5ConfigBuilder`
--> tests/bootstrap.rs:1:39
|
1 | use discv5::{ConnectionState, Discv5, Discv5ConfigBuilder, ListenConfig};
| ^^^^^^^^^^^^^^^^^^^
| |
| no `Discv5ConfigBuilder` in the root
| help: a similar name exists in the module: `ConfigBuilder`
For more information about this error, try `rustc --explain E0432`.
error: could not compile `discv5-cli` (test "bootstrap") due to 1 previous error