Skip to content

Commit ea33e32

Browse files
authored
crypto-common v0.1.5 (#1049)
1 parent cbaec60 commit ea33e32

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crypto-common/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.1.5 (2022-07-09)
9+
### Fixed
10+
- Support on-label MSRV ([#1049])
11+
12+
[#1049]: https://github.com/RustCrypto/traits/pull/1049
13+
814
## 0.1.4 (2022-07-02)
915
### Added
1016
- `getrandom` feature ([#1034])

crypto-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "crypto-common"
33
description = "Common cryptographic traits"
4-
version = "0.1.4"
4+
version = "0.1.5"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"
77
readme = "README.md"

0 commit comments

Comments
 (0)