From c23a322a5c573419adaa27d0bc9ae6d34cedb629 Mon Sep 17 00:00:00 2001 From: Joe Date: Wed, 7 Aug 2024 15:13:37 -0700 Subject: [PATCH] removes std dependency for frost, this is no longer needed with 2.0.0-rc.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2ef7102..522d073 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ std = ["blake2b_simd/std", "thiserror", "zeroize", "alloc", "serde"] # conditional compilation for serde not complete (issue #9) alloc = ["hex"] nightly = [] -frost = ["std", "frost-rerandomized"] +frost = ["frost-rerandomized"] serde = ["dep:serde", "frost-rerandomized?/serde"] default = ["std"]