Skip to content

Commit 6efbe74

Browse files
authored
base32ct v0.2.2 (#1671)
1 parent 967574c commit 6efbe74

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
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.

base32ct/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-02-23)
8+
### Added
9+
- `const fn` for `encoded_len` ([#1424])
10+
11+
[#1424]: https://github.com/RustCrypto/formats/pull/1424
12+
713
## 0.2.1 (2024-05-28)
814
### Added
915
- Support for Base32 upper unpadded alphabet ([#1406])

base32ct/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "base32ct"
3-
version = "0.3.0-pre"
3+
version = "0.2.2"
44
description = """
55
Pure Rust implementation of Base32 (RFC 4648) which avoids any usages of
66
data-dependent branches/LUTs and thereby provides portable "best effort"
@@ -15,7 +15,7 @@ categories = ["cryptography", "encoding", "no-std", "parser-implementations"]
1515
keywords = ["crypto"]
1616
readme = "README.md"
1717
edition = "2021"
18-
rust-version = "1.65"
18+
rust-version = "1.60"
1919

2020
[dev-dependencies]
2121
base32 = "0.5"

0 commit comments

Comments
 (0)