Skip to content

Commit 52def11

Browse files
authored
Fix MSRV issues by re-releasing gost94 and fsb (#402)
1 parent b1c5032 commit 52def11

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

Cargo.lock

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

fsb/CHANGELOG.md

+6
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.3 (2022-09-03)
9+
### Fixed
10+
- MSRV issue caused by `resolver = "2"` ([#402])
11+
12+
[#402]: https://github.com/RustCrypto/hashes/pull/402
13+
814
## 0.1.2 (2022-06-16)
915
### Fixed
1016
- Incorrect computation of hash on some inputs ([#379])

fsb/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fsb"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = "FSB hash function"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

gost94/CHANGELOG.md

+6
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.10.3 (2022-09-03)
9+
### Fixed
10+
- MSRV issue caused by `resolver = "2"` ([#402])
11+
12+
[#402]: https://github.com/RustCrypto/hashes/pull/402
13+
814
## 0.10.2 (2022-05-26)
915
### Added
1016
- Gost 34.311-95 28147-89 UA version 1.2.804.2.1.1.1.1.2.1 OID ([#377])

gost94/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gost94"
3-
version = "0.10.2"
3+
version = "0.10.3"
44
description = "GOST R 34.11-94 hash function"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)