Skip to content

Commit

Permalink
feat: make stream mod public (gakonst#1160)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Apr 21, 2022
1 parent 92b1ad8 commit 9047f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethers-contract/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pub use event::EthEvent;
mod log;
pub use log::{decode_logs, EthLogDecode, LogMeta};

mod stream;
pub mod stream;

mod multicall;
pub use multicall::Multicall;
Expand Down

0 comments on commit 9047f96

Please sign in to comment.