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