Release trussed-rsa-types v0.2.0 and trussed-rsa-alloc v0.4.0

This commit is contained in:
Robin Krahl
2026-03-23 15:17:22 +01:00
parent 5809364da7
commit d9807ac604
4 changed files with 15 additions and 5 deletions
+7 -1
View File
@@ -7,7 +7,13 @@ SPDX-License-Identifier: CC0-1.0
## [Unreleased][]
[Unreleased]: https://github.com/trussed-dev/trussed-rsa-backend/compare/v0.3.0...HEAD
[Unreleased]: https://github.com/trussed-dev/trussed-rsa-backend/compare/v0.4.0...HEAD
-
## [v0.4.0][] (2026-03-23)
[v0.4.0]: https://github.com/trussed-dev/trussed-rsa-backend/compare/v0.3.0...v0.4.0
- Move `RsaImportFormat` and `RsaPublicParts` to the `trussed-rsa-types` crate.
- Update dependencies:
+2 -2
View File
@@ -16,7 +16,7 @@ trussed-core = "0.2"
[package]
name = "trussed-rsa-alloc"
version = "0.3.0"
version = "0.4.0"
description = "Trussed backend adding support for the RSA algorithm using an allocator"
edition.workspace = true
authors.workspace = true
@@ -33,7 +33,7 @@ rsa = { version = "0.9", default-features = false, features = ["sha2"]}
trussed = { version = "0.1", default-features = false }
trussed-core = { workspace = true, features = ["crypto-client", "rsa2048", "rsa3072", "rsa4096"] }
trussed-rsa-types = "0.1"
trussed-rsa-types = "0.2"
[dev-dependencies]
hex-literal = "0.3.4"
+5 -1
View File
@@ -5,7 +5,11 @@ SPDX-License-Identifier: CC0-1.0
# Changelog
## [Unreleased](https://github.com/trussed-dev/trussed-rsa-backend/compare/types-v0.1.0...HEAD)
## [Unreleased](https://github.com/trussed-dev/trussed-rsa-backend/compare/types-v0.2.0...HEAD)
-
## [v0.2.0](https://github.com/trussed-dev/trussed-rsa-backend/releases/tag/types-v0.2.0)
- Update dependencies:
- `heapless-bytes` v0.5
+1 -1
View File
@@ -3,7 +3,7 @@
[package]
name = "trussed-rsa-types"
version = "0.1.0"
version = "0.2.0"
description = "Helper types for the trussed-rsa-alloc backend"
edition.workspace = true
authors.workspace = true