Skip to content

Commit

Permalink
fix reexports
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-maron committed Oct 18, 2024
1 parent 70ccc71 commit 849e7ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cdn-broker/src/reexports.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ pub mod connection {
pub mod protocols {
pub use cdn_proto::connection::protocols::quic::Quic;
pub use cdn_proto::connection::protocols::tcp::Tcp;
pub use cdn_proto::connection::protocols::tcp_tls::TcpTls;
}
}

Expand Down
1 change: 1 addition & 0 deletions cdn-client/src/reexports.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ pub mod connection {
pub mod protocols {
pub use cdn_proto::connection::protocols::quic::Quic;
pub use cdn_proto::connection::protocols::tcp::Tcp;
pub use cdn_proto::connection::protocols::tcp_tls::TcpTls;
}
}

Expand Down

0 comments on commit 849e7ed

Please sign in to comment.