You've already forked trussed-rsa-backend
mirror of
https://github.com/trussed-dev/trussed-rsa-backend.git
synced 2026-06-20 04:16:22 -07:00
Release trussed-rsa-alloc v0.5.0-rc.1
This commit is contained in:
@@ -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
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user