Skip to content

Commit

Permalink
fix(axelar-soroban-std): remove alloc (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahramy authored Dec 3, 2024
1 parent ce8d3af commit 442c42a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/axelar-soroban-std/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#![no_std]
extern crate alloc;
#[cfg(test)]
extern crate std;
// required by goldie
Expand Down

0 comments on commit 442c42a

Please sign in to comment.