mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-23 23:01:33 +00:00
Switch to parity-send-wrapper (#1143)
This commit is contained in:
@ -22,7 +22,7 @@
|
||||
|
||||
use crate::{KeyAgreement, SecioError};
|
||||
use futures::prelude::*;
|
||||
use send_wrapper::SendWrapper;
|
||||
use parity_send_wrapper::SendWrapper;
|
||||
use std::io;
|
||||
use wasm_bindgen::prelude::*;
|
||||
|
||||
|
Reference in New Issue
Block a user