Skip to content

Commit 5caae0e

Browse files
authored
belt-hash: bump belt-block to v0.2 (#821)
1 parent e88b3c1 commit 5caae0e

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

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.

belt-hash/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.2.1 (UNRELEASED)
9+
### Changed
10+
- Bump `belt-block` dependency from v0.1.1 to v0.2 ([#821])
11+
12+
[#821]: https://github.com/RustCrypto/hashes/pull/821
13+
814
## 0.2.0 (2023-03-27)
915
### Added
1016
- `alloc` crate feature ([#678])

belt-hash/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description = "BelT hash function (STB 34.101.31-2020)"
1414

1515
[dependencies]
1616
digest = "0.11"
17-
belt-block = { version = "0.1.1", default-features = false }
17+
belt-block = { version = "0.2", default-features = false }
1818

1919
[dev-dependencies]
2020
digest = { version = "0.11", features = ["dev"] }

0 commit comments

Comments
 (0)