Skip to content

Commit

Permalink
update p521 voprf dependency to be more concise
Browse files Browse the repository at this point in the history
Co-authored-by: Tony Arcieri <[email protected]>
  • Loading branch information
crwn1337 and tarcieri authored Aug 31, 2023
1 parent 2c5347d commit 9d9f997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p521/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jwk = ["elliptic-curve/jwk"]
pem = ["elliptic-curve/pem", "pkcs8"]
pkcs8 = ["elliptic-curve/pkcs8"]
wip-arithmetic-do-not-use = ["dep:primeorder"]
voprf = ["elliptic-curve/voprf", "sha2"]
voprf = ["elliptic-curve/voprf", "dep:sha2"]

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit 9d9f997

Please sign in to comment.