mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-10 05:09:22 +00:00
Fix no-std builds for monero-wallet
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
use std_shims::{io, vec::Vec, collections::HashSet};
|
||||
use std_shims::{io, vec::Vec, string::ToString, collections::HashSet};
|
||||
|
||||
use zeroize::{Zeroize, ZeroizeOnDrop};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user