Skip to content

Commit

Permalink
fix: zkvm recursive import issue (#274)
Browse files Browse the repository at this point in the history
Co-authored-by: John Guibas <[email protected]>
  • Loading branch information
jtguibas and John Guibas authored Feb 20, 2024
1 parent 8ac9e54 commit b4dfee6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion zkvm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ cfg-if = "1.0.0"
getrandom = { version = "0.2.12", features = ["custom"] }
k256 = { version = "0.13.3", features = ["ecdsa", "std", "bits"] }
rand = "0.8.5"
serde = { version = "1.0.196", features = ["derive"] }
serde = { version = "1.0.196", features = ["derive"] }
1 change: 1 addition & 0 deletions zkvm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ pub use precompiles::io;

extern crate alloc;

#[cfg(not(feature = "interface"))]
#[macro_export]
macro_rules! entrypoint {
($path:path) => {
Expand Down

0 comments on commit b4dfee6

Please sign in to comment.