Skip to content

Commit 937062d

Browse files
authored
Merge pull request #588 from Superhepper/8.x.y-Preparations
Fix versions for first 8.0.0-alpha release.
2 parents 41bd9e9 + 3902e4c commit 937062d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tss-esapi-sys/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-sys"
3-
version = "0.5.0"
3+
version = "0.6.0-alpha.1"
44
authors = ["Parsec Project Contributors"]
55
edition = "2021"
66
description = "FFI wrapper around TSS 2.0 Enhanced System API"

tss-esapi/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tss-esapi"
3-
version = "8.0.0-alpha"
3+
version = "8.0.0-alpha.1"
44
authors = ["Parsec Project Contributors"]
55
edition = "2021"
66
description = "Rust-native wrapper around TSS 2.0 Enhanced System API"
@@ -33,7 +33,7 @@ num-traits = "0.2.12"
3333
hostname-validator = "1.1.0"
3434
regex = "1.3.9"
3535
zeroize = { version = "1.5.7", features = ["zeroize_derive"] }
36-
tss-esapi-sys = { path = "../tss-esapi-sys", version = "0.5.0" }
36+
tss-esapi-sys = { path = "../tss-esapi-sys", version = "0.6.0-alpha.1" }
3737
x509-cert = { version = "0.2.0", optional = true }
3838
ecdsa = { version = "0.16.9", features = [
3939
"der",

0 commit comments

Comments
 (0)