mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-22 11:39:35 +00:00
Fix no-std builds
This commit is contained in:
parent
9f0790fb83
commit
0c341e3546
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#[cfg(feature = "std")]
|
||||
use core::ops::Deref;
|
||||
use std_shims::collections::HashSet;
|
||||
use std_shims::{vec, vec::Vec, collections::HashSet};
|
||||
#[cfg(feature = "std")]
|
||||
use std_shims::collections::HashMap;
|
||||
|
||||
|
|
Loading…
Reference in a new issue