Skip to content

Commit

Permalink
Fix MSRV issues by re-releasing gost94 and fsb (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Sep 3, 2022
1 parent b1c5032 commit 52def11
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

6 changes: 6 additions & 0 deletions fsb/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.1.3 (2022-09-03)
### Fixed
- MSRV issue caused by `resolver = "2"` ([#402])

[#402]: https://github.com/RustCrypto/hashes/pull/402

## 0.1.2 (2022-06-16)
### Fixed
- Incorrect computation of hash on some inputs ([#379])
Expand Down
2 changes: 1 addition & 1 deletion fsb/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fsb"
version = "0.1.2"
version = "0.1.3"
description = "FSB hash function"
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
Expand Down
6 changes: 6 additions & 0 deletions gost94/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.3 (2022-09-03)
### Fixed
- MSRV issue caused by `resolver = "2"` ([#402])

[#402]: https://github.com/RustCrypto/hashes/pull/402

## 0.10.2 (2022-05-26)
### Added
- Gost 34.311-95 28147-89 UA version 1.2.804.2.1.1.1.1.2.1 OID ([#377])
Expand Down
2 changes: 1 addition & 1 deletion gost94/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gost94"
version = "0.10.2"
version = "0.10.3"
description = "GOST R 34.11-94 hash function"
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 52def11

Please sign in to comment.