mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-07-02 03:01:33 +00:00
Switch to stable futures (#1196)
* Switch to stable futures * Remove from_fn * Fix secio * Fix core --lib tests
This commit is contained in:
@ -37,7 +37,7 @@ mod manager;
|
||||
mod task;
|
||||
|
||||
pub use error::Error;
|
||||
pub use manager::{ClosedTask, TaskEntry, Manager, Event, StartTakeOver};
|
||||
pub use manager::{ClosedTask, TaskEntry, Manager, Event};
|
||||
|
||||
/// Task identifier.
|
||||
#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq, PartialOrd, Ord)]
|
||||
|
Reference in New Issue
Block a user