Skip to content

Commit df4ef3a

Browse files
committed
Bump block-padding and inout versions
1 parent 58c8920 commit df4ef3a

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

block-padding/Cargo.toml

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

inout/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ 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.0 (2025-10-06)
7+
## 0.2.1 (2025-10-06)
8+
### Changed
9+
- Migrate to fixed `Padding::pad_detached` from `block-padding` v0.4.1 ([#1227])
10+
11+
[#1227]: https://github.com/RustCrypto/utils/pull/1227
12+
13+
## 0.2.0 (2025-10-06) [YANKED]
814
### Changed
915
- Migrated from `generic-array` to `hybrid-array` ([#944])
1016
- Edition changed to 2024 and MSRV bumped to 1.85 ([#1149])

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.0"
3+
version = "0.2.1"
44
authors = ["RustCrypto Developers"]
55
edition = "2024"
66
rust-version = "1.85"

0 commit comments

Comments
 (0)