Skip to content

Commit

Permalink
digest: MSRV fix release (#1117)
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov authored Sep 16, 2022
1 parent f7968a1 commit 4c89bc9
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 51 deletions.
85 changes: 37 additions & 48 deletions Cargo.lock

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

6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ members = [
"aead",
"cipher",
"crypto",
"crypto-common",
"digest",
"elliptic-curve",
"kem",
"signature",
"signature/async",
"universal-hash",
]
exclude = [
"crypto-common",
"digest",
]
6 changes: 6 additions & 0 deletions digest/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.10.5 (2022-09-16)
### Fixed
- MSRV build. ([#1117])

[#1117]: https://github.com/RustCrypto/traits/pull/1117

## 0.10.4 (2022-09-16)
### Added
- Feature-gated implementation of the `const_oid::AssociatedOid` trait
Expand Down
2 changes: 1 addition & 1 deletion digest/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "digest"
description = "Traits for cryptographic hash functions"
version = "0.10.4"
version = "0.10.5"
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit 4c89bc9

Please sign in to comment.