aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zkvms/zkm/guest/src/main.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/zkvms/zkm/guest/src/main.rs b/zkvms/zkm/guest/src/main.rs
index e8f9daf..02113b4 100644
--- a/zkvms/zkm/guest/src/main.rs
+++ b/zkvms/zkm/guest/src/main.rs
@@ -4,8 +4,8 @@
use wrapper_macro::make_wrapper;
extern crate alloc;
-use alloc::{collections::*, vec::*};
-use zkm_runtime::io::{commit, read};
+use alloc::{ vec::*, collections::*, string::* };
+use zkm_runtime::io::{ read, commit };
zkm_runtime::entrypoint!(main);