removes std dependency for frost, this is no longer needed with 2.0.0-rc.0

This commit is contained in:
Joe 2024-08-07 15:13:37 -07:00
parent b9c3107e6e
commit c23a322a5c
1 changed files with 1 additions and 1 deletions

View File

@ -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"]