diff --git a/src/lib.rs b/src/lib.rs index 534cb98e..d52150b7 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -28,7 +28,7 @@ use u256::{H160, U256}; pub use decommit::address_into_u256; pub use decommit::initial_decommit; pub use eravm_stable_interface::{ - CallframeInterface, HeapId, Opcode, OpcodeType, ReturnType, StateInterface, Tracer, + CallframeInterface, CycleStats, HeapId, Opcode, OpcodeType, ReturnType, StateInterface, Tracer, }; pub use heap::FIRST_HEAP; pub use instruction::{jump_to_beginning, ExecutionEnd, Instruction};