Skip to content

Commit

Permalink
Add extren alloc in lib.rs (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
joii2020 authored Dec 30, 2024
1 parent c241eaa commit 8633c0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contract/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@
mod main;
#[cfg(feature = "native-simulator")]
pub use main::program_entry;

extern crate alloc;

0 comments on commit 8633c0a

Please sign in to comment.