Fixing rand dependency exporting (#411)

This commit is contained in:
Kevin Lewi
2025-11-03 14:31:59 -08:00
committed by GitHub
parent 75fe4cdddb
commit 96498709f4
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ serde = [
"voprf/serde",
"zeroize/serde",
]
std = ["dep:getrandom"]
std = ["dep:getrandom", "rand/std"]
[dependencies]
argon2 = { version = "0.5", default-features = false, features = [
Binary file not shown.