Skip to content

Commit 14a53d7

Browse files
authored
base64ct v1.8.0 (#1859)
1 parent 35e2738 commit 14a53d7

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

Cargo.lock

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

base64ct/CHANGELOG.md

Lines changed: 8 additions & 2 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+
## 1.8.0 (2025-06-04)
8+
### Changed
9+
- Bump edition to 2024; MSRV 1.85 ([#1839])
10+
11+
[#1839]: https://github.com/RustCrypto/formats/pull/1839
12+
713
## 1.7.3 (2025-03-13)
814
### Changed
915
- Don't fail with `InvalidLength` when reading nothing at end of data ([#1716]).
@@ -27,8 +33,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2733
- derive additional traits on alphabets ([#1578])
2834

2935
### Changed
30-
- MSRV 1.85 // Edition 2024 ([#1670])
31-
- reject zero-length decode requests ([#1387])
36+
- ~~MSRV 1.85 // Edition 2024 ([#1670])~~
37+
- ~~reject zero-length decode requests ([#1387])~~
3238
- use `core::error::Error` ([#1681])
3339

3440
[#1387]: https://github.com/RustCrypto/formats/pull/1387

base64ct/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "base64ct"
3-
version = "1.8.0-pre"
3+
version = "1.8.0"
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)