mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-29 01:31:33 +00:00
protocols/plaintext: Adapt protobuf generation to consolidated scripts (#1309)
* protocols/plaintext: Adapt protobuf generation to consolidated scripts * protocols/plaintext: Fix protobuf import Co-authored-by: Pierre Krieger <pierre.krieger1708@gmail.com>
This commit is contained in:
committed by
Pierre Krieger
parent
324f0dc326
commit
b939aefdd6
@ -20,7 +20,7 @@
|
||||
|
||||
use crate::PlainText2Config;
|
||||
use crate::error::PlainTextError;
|
||||
use crate::pb::structs::Exchange;
|
||||
use crate::structs_proto::Exchange;
|
||||
|
||||
use bytes::BytesMut;
|
||||
use futures::prelude::*;
|
||||
|
Reference in New Issue
Block a user