Skip to content

Commit 09dd7d7

Browse files
authored
base16ct v0.3.0 (#2005)
1 parent 1b0cee8 commit 09dd7d7

File tree

3 files changed

+22
-4
lines changed

3 files changed

+22
-4
lines changed

Cargo.lock

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

base16ct/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ 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.3.0 (2025-08-20)
8+
### Changed
9+
- Upgrade to 2024 edition; MSRV 1.85 ([#1670])
10+
- Use `core::error:Error` ([#1842])
11+
12+
### Removed
13+
- `std` feature ([#2004])
14+
15+
[#1670]: https://github.com/RustCrypto/formats/pull/1670
16+
[#1842]: https://github.com/RustCrypto/formats/pull/1842
17+
[#2004]: https://github.com/RustCrypto/formats/pull/2004
18+
719
## 0.2.0 (2023-02-26)
820
### Changed
921
- MSRV 1.60 ([#802])

base16ct/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "base16ct"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = """
55
Pure Rust implementation of Base16 a.k.a hexadecimal (RFC 4648) which avoids
66
any usages of data-dependent branches/LUTs and thereby provides portable

0 commit comments

Comments
 (0)