Skip to content

Commit 876fdc1

Browse files
authored
sha-1 v0.9.8 (#307)
1 parent 8288805 commit 876fdc1

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sha1/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.9.8 (2021-08-27)
9+
### Changed
10+
- Bump `cpufeatures` dependency to 0.2 ([#306])
11+
12+
[#306]: https://github.com/RustCrypto/hashes/pull/306
13+
814
## 0.9.7 (2021-07-18)
915
### Changed
1016
- Make `aarch64` CPU feature detection OS-independent ([#276])

sha1/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sha-1"
3-
version = "0.9.7"
3+
version = "0.9.8"
44
description = "SHA-1 hash function"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"
@@ -22,7 +22,7 @@ cfg-if = "1.0"
2222
sha1-asm = { version = "0.5", optional = true }
2323

2424
[target.'cfg(any(target_arch = "aarch64", target_arch = "x86", target_arch = "x86_64"))'.dependencies]
25-
cpufeatures = "0.2.1"
25+
cpufeatures = "0.2"
2626

2727
[dev-dependencies]
2828
digest = { version = "0.9", features = ["dev"] }

0 commit comments

Comments
 (0)