mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Fix no-std builds
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#[cfg(feature = "std")]
|
#[cfg(feature = "std")]
|
||||||
use core::ops::Deref;
|
use core::ops::Deref;
|
||||||
use std_shims::collections::HashSet;
|
use std_shims::{vec, vec::Vec, collections::HashSet};
|
||||||
#[cfg(feature = "std")]
|
#[cfg(feature = "std")]
|
||||||
use std_shims::collections::HashMap;
|
use std_shims::collections::HashMap;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user