Release trussed-rsa-alloc v0.5.0-rc.1

This commit is contained in:
Robin Krahl
2026-06-09 11:00:03 +02:00
parent 2d1c460ab2
commit 87e5f0e41c
3 changed files with 10 additions and 2 deletions
+2
View File
@@ -15,5 +15,7 @@ jobs:
if: ${{ !contains(github.event.pull_request.labels.*.name, 'skip-publish-check') }}
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- run: cargo publish --dry-run --package trussed-rsa-alloc
if: ${{ !contains(github.event.pull_request.labels.*.name, 'skip-publish-check-trussed-rsa-alloc') }}
- run: cargo publish --dry-run --package trussed-rsa-types
if: ${{ !contains(github.event.pull_request.labels.*.name, 'skip-publish-check-trussed-rsa-types') }}
+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.4.0...HEAD
[Unreleased]: https://github.com/trussed-dev/trussed-rsa-backend/compare/alloc-v0.5.0-rc.1...HEAD
-
## [v0.5.0-rc.1][] (2026-06-09)
[v0.5.0-rc.1]: https://github.com/trussed-dev/trussed-rsa-backend/compare/v0.4.0...alloc-v0.5.0-rc.1
- Update to `trussed` v0.2.0-rc.1
+1 -1
View File
@@ -16,7 +16,7 @@ trussed-core = "0.2"
[package]
name = "trussed-rsa-alloc"
version = "0.4.0"
version = "0.5.0-rc.1"
description = "Trussed backend adding support for the RSA algorithm using an allocator"
edition.workspace = true
authors.workspace = true