Skip to content

Commit 8633c0a

Browse files
authored
Add extren alloc in lib.rs (#24)
1 parent c241eaa commit 8633c0a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

contract/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@
55
mod main;
66
#[cfg(feature = "native-simulator")]
77
pub use main::program_entry;
8+
9+
extern crate alloc;

0 commit comments

Comments
 (0)