Skip to content

Commit 11b0009

Browse files
authored
Make relayer_session module public
This makes `RelayerSessionTask` usable directly as Rust a crate dependency.
1 parent 6f4abf4 commit 11b0009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/pyth-lazer-agent/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ mod http_server;
1212
mod jrpc_handle;
1313
mod lazer_publisher;
1414
mod publisher_handle;
15-
mod relayer_session;
15+
pub mod relayer_session;
1616
mod websocket_utils;
1717

1818
#[derive(Parser, Deserialize)]

0 commit comments

Comments
 (0)