mirror of
https://github.com/RustCrypto/hashes.git
synced 2026-01-25 04:18:20 +00:00
gost94: release v0.10.4 (#421)
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -96,7 +96,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "gost94"
|
||||
version = "0.10.3"
|
||||
version = "0.10.4"
|
||||
dependencies = [
|
||||
"digest",
|
||||
"hex-literal",
|
||||
|
||||
@@ -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.4 (2022-10-05)
|
||||
### Added
|
||||
- Feature-gated OID support ([#417])
|
||||
|
||||
[#417]: https://github.com/RustCrypto/hashes/pull/417
|
||||
|
||||
## 0.10.3 (2022-09-03)
|
||||
### Fixed
|
||||
- MSRV issue caused by `resolver = "2"` ([#402])
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "gost94"
|
||||
version = "0.10.3"
|
||||
version = "0.10.4"
|
||||
description = "GOST R 34.11-94 hash function"
|
||||
authors = ["RustCrypto Developers"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
||||
Reference in New Issue
Block a user