From 95dac775e1b75673de6f93dcb0e6c8001e40e6ae Mon Sep 17 00:00:00 2001 From: natalie Date: Thu, 18 Jul 2024 11:50:29 +0100 Subject: [PATCH] Import Vec from the alloc crate (#245) This is to be compatible with the no_std attribute --- frost-core/src/keys/refresh.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/frost-core/src/keys/refresh.rs b/frost-core/src/keys/refresh.rs index b6619785..7ba8c8ef 100644 --- a/frost-core/src/keys/refresh.rs +++ b/frost-core/src/keys/refresh.rs @@ -4,6 +4,7 @@ //! of all the remaining signers. This can be done using a Trusted Dealer or //! DKG (not yet implemented) +use alloc::vec::Vec; use std::collections::BTreeMap; use crate::{