Skip to content

Commit

Permalink
Build on core again
Browse files Browse the repository at this point in the history
  • Loading branch information
Avi-D-coder committed Mar 8, 2024
1 parent fb97761 commit 38650cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stored/merkle.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use std::cell::RefCell;

use alloc::{boxed::Box, string::String, vec::Vec};
use alloc::{boxed::Box, format, string::String, vec::Vec};
use bumpalo::Bump;

use crate::{Branch, Leaf};
Expand Down

0 comments on commit 38650cf

Please sign in to comment.