removes std dependency for frost, this is no longer needed with 2.0.0-rc.0
This commit is contained in:
parent
b9c3107e6e
commit
c23a322a5c
|
@ -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"]
|
||||
|
||||
|
|
Loading…
Reference in New Issue