diff --git a/crates/zkvm-interface/src/lib.rs b/crates/zkvm-interface/src/lib.rs index 737657e..906f2ac 100644 --- a/crates/zkvm-interface/src/lib.rs +++ b/crates/zkvm-interface/src/lib.rs @@ -5,7 +5,7 @@ use thiserror::Error; mod input; pub use input::Input; -pub use input::InputErased; +pub use input::{InputErased, InputItem}; #[allow(non_camel_case_types)] /// Compiler trait for compiling programs into an opaque sequence of bytes.