Skip to content

Commit

Permalink
sha2: bump sha2-asm to v0.6.1 release (#262)
Browse files Browse the repository at this point in the history
This release includes support for Apple M1 CPUs:

RustCrypto/asm-hashes#35
  • Loading branch information
tarcieri committed May 5, 2021
1 parent e8b3abe commit 1e775ed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions Cargo.toml
Expand Up @@ -20,6 +20,3 @@ members = [

[profile.dev]
opt-level = 2

[patch.crates-io]
sha2-asm = { git = "https://github.com/RustCrypto/asm-hashes" }
2 changes: 1 addition & 1 deletion sha2/Cargo.toml
Expand Up @@ -19,7 +19,7 @@ digest = "0.9"
block-buffer = "0.9"
opaque-debug = "0.3"
cfg-if = "1.0"
sha2-asm = { version = "0.6", optional = true }
sha2-asm = { version = "0.6.1", optional = true }

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

0 comments on commit 1e775ed

Please sign in to comment.