Skip to content

Commit 25868aa

Browse files
committed
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 <[email protected]>
1 parent 21d4263 commit 25868aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tss-esapi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tss-esapi"
3-
version = "7.1.0"
3+
version = "8.0.0-alpha"
44
authors = ["Parsec Project Contributors"]
55
edition = "2018"
66
description = "Rust-native wrapper around TSS 2.0 Enhanced System API"

0 commit comments

Comments
 (0)