From 25868aa0314a38b5e9937d8984a85a337b1d0164 Mon Sep 17 00:00:00 2001 From: Jesper Brynolf Date: Thu, 9 Nov 2023 21:11:18 +0100 Subject: [PATCH] Fixes version in tss-esapi crate on main. - Sets the version of the the tss-esapi crate to 8.0.0-alpha on the main branch in order to avoid confusion. Signed-off-by: Jesper Brynolf --- tss-esapi/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tss-esapi/Cargo.toml b/tss-esapi/Cargo.toml index 5679e1c9..df11168f 100644 --- a/tss-esapi/Cargo.toml +++ b/tss-esapi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tss-esapi" -version = "7.1.0" +version = "8.0.0-alpha" authors = ["Parsec Project Contributors"] edition = "2018" description = "Rust-native wrapper around TSS 2.0 Enhanced System API"