Skip to content

Commit 9813667

Browse files
authored
base64ct: v1.7.3 (#1717)
1 parent 45b2029 commit 9813667

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

base64ct/CHANGELOG.md

+6
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+
## 1.7.3 (2025-03-13)
8+
### Changed
9+
- Don't fail with `InvalidLength` when reading nothing at end of data ([#1716]).
10+
11+
[#1716]: https://github.com/RustCrypto/formats/pull/1716
12+
713
## 1.7.2 (2025-03-13)
814
### Changed
915
- Revert [#1387]: reject zero-length decode requests as it's a breaking change ([#1714])

base64ct/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

base64ct/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "base64ct"
3-
version = "1.7.2"
3+
version = "1.7.3"
44
description = """
55
Pure Rust implementation of Base64 (RFC 4648) which avoids any usages of
66
data-dependent branches/LUTs and thereby provides portable "best effort"

0 commit comments

Comments
 (0)