From 3902e4c9f8c997eb9a0d9f45f9278f771b6365ef Mon Sep 17 00:00:00 2001 From: Jesper Brynolf Date: Thu, 23 Oct 2025 22:17:25 +0200 Subject: [PATCH] Fix versions for first 8.0.0-alpha release. This commit updates the version of tss-esapi to 8.0.0-alpha.1 and the version tss-esapi-sys to 0.6.0-alpha.1 Signed-off-by: Jesper Brynolf --- tss-esapi-sys/Cargo.toml | 2 +- tss-esapi/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tss-esapi-sys/Cargo.toml b/tss-esapi-sys/Cargo.toml index 9ed6186e..32bf7ce0 100644 --- a/tss-esapi-sys/Cargo.toml +++ b/tss-esapi-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tss-esapi-sys" -version = "0.5.0" +version = "0.6.0-alpha.1" authors = ["Parsec Project Contributors"] edition = "2021" description = "FFI wrapper around TSS 2.0 Enhanced System API" diff --git a/tss-esapi/Cargo.toml b/tss-esapi/Cargo.toml index c284c533..78f2e34b 100644 --- a/tss-esapi/Cargo.toml +++ b/tss-esapi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tss-esapi" -version = "8.0.0-alpha" +version = "8.0.0-alpha.1" authors = ["Parsec Project Contributors"] edition = "2021" description = "Rust-native wrapper around TSS 2.0 Enhanced System API" @@ -33,7 +33,7 @@ num-traits = "0.2.12" hostname-validator = "1.1.0" regex = "1.3.9" zeroize = { version = "1.5.7", features = ["zeroize_derive"] } -tss-esapi-sys = { path = "../tss-esapi-sys", version = "0.5.0" } +tss-esapi-sys = { path = "../tss-esapi-sys", version = "0.6.0-alpha.1" } x509-cert = { version = "0.2.0", optional = true } ecdsa = { version = "0.16.9", features = [ "der",