Skip to content

Commit

Permalink
Fix no-std builds
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve committed Nov 13, 2023
1 parent 9f0790f commit 0c341e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/dkg/src/musig.rs
Original file line number Diff line number Diff line change
@@ -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;

Expand Down

0 comments on commit 0c341e3

Please sign in to comment.