Skip to content

Commit 2d5eac4

Browse files
authored
inout v0.2.2 (#1292)
### Changed - Require `block-padding` v0.4.2 (#1291)
1 parent d6e4a87 commit 2d5eac4

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

inout/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 0.2.2 (2025-12-27)
8+
### Changed
9+
- Require `block-padding` v0.4.2 ([#1291])
10+
11+
[#1291]: https://github.com/RustCrypto/utils/pull/1291
12+
713
## 0.2.1 (2025-10-06)
814
### Changed
915
- Migrate to fixed `Padding::pad_detached` from `block-padding` v0.4.1 ([#1227])

inout/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "inout"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
authors = ["RustCrypto Developers"]
55
edition = "2024"
66
rust-version = "1.85"

0 commit comments

Comments
 (0)