Skip to content

Commit dbc589b

Browse files
authored
serdect v0.4.1 (#2018)
1 parent e1bab00 commit dbc589b

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

Cargo.lock

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

serdect/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.4.1 (2025-09-01)
8+
### Changed
9+
- Bump `base16ct` to v0.3 ([#2017])
10+
11+
[#2017]: https://github.com/RustCrypto/formats/pull/2017
12+
713
## 0.4.0 (2025-08-20)
814
### Changed
915
- Upgrade to the 2024 edition; MSRV 1.85 ([#1670])

serdect/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = """
44
Constant-time serde serializer/deserializer helpers for data that potentially
55
contains secrets (e.g. cryptographic keys)
66
"""
7-
version = "0.4.0"
7+
version = "0.4.1"
88
authors = ["RustCrypto Developers"]
99
license = "Apache-2.0 OR MIT"
1010
homepage = "https://github.com/RustCrypto/formats/tree/master/serdect"

0 commit comments

Comments
 (0)