Skip to content

Commit 67ca69b

Browse files
committed
Make TransportOptions public
1 parent dca5f3a commit 67ca69b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

transport/src/rpc/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ mod jrpc_client;
22
mod rpc_connection;
33
mod rpc_transport;
44

5-
pub use rpc_transport::RpcTransport;
5+
pub use rpc_transport::{RpcTransport, TransportOptions};

0 commit comments

Comments
 (0)