From dac1a79866de6643206f738af6c8708021f0fad3 Mon Sep 17 00:00:00 2001 From: Ionut Mihalcea Date: Sat, 7 Dec 2024 10:43:56 +0000 Subject: [PATCH] Bump tss-esapi version to 7.6.0 Signed-off-by: Ionut Mihalcea --- 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 b9012d89..36aa3c03 100644 --- a/tss-esapi/Cargo.toml +++ b/tss-esapi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tss-esapi" -version = "7.5.1" +version = "7.6.0" authors = ["Parsec Project Contributors"] edition = "2018" description = "Rust-native wrapper around TSS 2.0 Enhanced System API"