Skip to content

Commit 1e775ed

Browse files
authored
sha2: bump sha2-asm to v0.6.1 release (#262)
This release includes support for Apple M1 CPUs: RustCrypto/asm-hashes#35
1 parent e8b3abe commit 1e775ed

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

Cargo.lock

+3-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

-3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,3 @@ members = [
2020

2121
[profile.dev]
2222
opt-level = 2
23-
24-
[patch.crates-io]
25-
sha2-asm = { git = "https://github.com/RustCrypto/asm-hashes" }

sha2/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ digest = "0.9"
1919
block-buffer = "0.9"
2020
opaque-debug = "0.3"
2121
cfg-if = "1.0"
22-
sha2-asm = { version = "0.6", optional = true }
22+
sha2-asm = { version = "0.6.1", optional = true }
2323

2424
[target.'cfg(any(target_arch = "x86", target_arch = "x86_64"))'.dependencies]
2525
cpuid-bool = "0.2"

0 commit comments

Comments
 (0)