Skip to content

Commit

Permalink
make calc public (#575)
Browse files Browse the repository at this point in the history
* Update gas.rs

* Make constants mod public

---------

Co-authored-by: rakita <[email protected]>
  • Loading branch information
BrazilRaw and rakita authored Aug 2, 2023
1 parent 0a739e4 commit c6c5e88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/interpreter/src/gas.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mod calc;
mod constants;
pub mod calc;
pub mod constants;

pub use calc::*;
pub use constants::*;
Expand Down

0 comments on commit c6c5e88

Please sign in to comment.