Skip to content
This repository has been archived by the owner on Jun 25, 2021. It is now read-only.

Commit

Permalink
fix(event): export qp2p SendStream and RecvStream for consumers to use
Browse files Browse the repository at this point in the history
  • Loading branch information
bochaco committed Sep 24, 2020
1 parent 8564cd4 commit 65af16f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use crate::location::{DstLocation, SrcLocation};

use bytes::Bytes;
use hex_fmt::HexFmt;
use qp2p::{RecvStream, SendStream};
pub use qp2p::{RecvStream, SendStream};
use std::{
collections::BTreeSet,
fmt::{self, Debug, Formatter},
Expand Down

0 comments on commit 65af16f

Please sign in to comment.