From 841f6872ca2ce0f197afcacd4fba59ad4c308a29 Mon Sep 17 00:00:00 2001 From: Kevaundray Wedderburn Date: Sat, 24 May 2025 18:57:01 +0100 Subject: [PATCH] expose InputItem --- crates/zkvm-interface/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.