Skip to content

Commit fe76359

Browse files
authored
base64ct v1.8.1 (#2108)
1 parent 06a6183 commit fe76359

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

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.

base64ct/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ 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.1 (2025-12-06)
8+
### Added
9+
- Notes on `crypt(3)` alphabet variants ([#2073])
10+
11+
### Fixed
12+
- Switch from `doc_auto_cfg` to `doc_cfg` ([#2072])
13+
14+
[#2072]: https://github.com/RustCrypto/formats/pull/2072
15+
[#2073]: https://github.com/RustCrypto/formats/pull/2073
16+
717
## 1.8.0 (2025-06-04)
818
### Changed
919
- Bump edition to 2024; MSRV 1.85 ([#1839])

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"
3+
version = "1.8.1"
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)