We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cpufeatures
1 parent 6d24ae3 commit 4af0766Copy full SHA for 4af0766
1 file changed
argon2/Cargo.toml
@@ -27,7 +27,7 @@ password-hash = { version = "0.6.0-rc.12", optional = true, features = ["phc"] }
27
zeroize = { version = "1", default-features = false, optional = true }
28
29
[target.'cfg(any(target_arch = "x86", target_arch = "x86_64"))'.dependencies]
30
-cpufeatures = "0.2.17"
+cpufeatures = "0.3"
31
32
[dev-dependencies]
33
hex-literal = "1"
0 commit comments