Skip to content

Commit bcc9c03

Browse files
argon2: don't enable std by enabling parallel
1 parent 846feab commit bcc9c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

argon2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ default = ["alloc", "password-hash", "rand"]
3737
alloc = ["password-hash?/alloc"]
3838
std = ["alloc", "password-hash?/os_rng", "base64ct/std"]
3939

40-
parallel = ["dep:rayon", "std"]
40+
parallel = ["dep:rayon"]
4141
rand = ["password-hash?/rand_core"]
4242
simple = ["password-hash"]
4343
zeroize = ["dep:zeroize"]

0 commit comments

Comments
 (0)