Skip to content

Commit

Permalink
fix no_std tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tomleavy committed Jan 14, 2025
1 parent d23a041 commit e4c222a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mls-rs/src/group/proposal_cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,7 @@ pub(crate) mod test_utils {

use super::{CachedProposal, JustPreSharedKeyID, MlsError, ProposalCache};

use alloc::vec;
use alloc::vec::Vec;

impl CachedProposal {
Expand Down

0 comments on commit e4c222a

Please sign in to comment.