Skip to content

Commit

Permalink
make public
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoGiachetta committed Nov 11, 2024
1 parent fcd96b2 commit a89891a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/gateway/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ mod compiler_version;
pub mod config;
pub mod errors;
pub mod gateway;
mod rpc_objects;
mod rpc_state_reader;
pub mod rpc_objects;
pub mod rpc_state_reader;
#[cfg(test)]
mod rpc_state_reader_test;
mod state_reader;
pub mod state_reader;
#[cfg(test)]
mod state_reader_test_utils;
mod stateful_transaction_validator;
Expand Down

0 comments on commit a89891a

Please sign in to comment.