Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tss-esapi-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions tss-esapi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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",
Expand Down