Skip to content

Commit f6b0ab6

Browse files
authored
polyval: use cpufeatures v0.2 instead of v0.2.1 (#138)
1 parent 03756f9 commit f6b0ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polyval/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ universal-hash = { version = "0.4", default-features = false }
2121
zeroize = { version = "=1.3", optional = true, default-features = false }
2222

2323
[target.'cfg(any(target_arch = "aarch64", target_arch = "x86_64", target_arch = "x86"))'.dependencies]
24-
cpufeatures = "0.2.1"
24+
cpufeatures = "0.2"
2525

2626
[dev-dependencies]
2727
hex-literal = "0.3"

0 commit comments

Comments
 (0)