Skip to content

Commit

Permalink
removes std dependency for frost, this is no longer needed with 2.0.0…
Browse files Browse the repository at this point in the history
…-rc.0
  • Loading branch information
jowparks committed Aug 7, 2024
1 parent b9c3107 commit c23a322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down

0 comments on commit c23a322

Please sign in to comment.