Skip to content

Commit 810639a

Browse files
committed
Prepare crates for release.
Signed-off-by: Ionut Mihalcea <[email protected]>
1 parent 9dac753 commit 810639a

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.3.0"
3+
version = "0.3.1"
44
authors = ["Parsec Project Contributors"]
55
edition = "2018"
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 = "7.1.0"
3+
version = "7.2.0"
44
authors = ["Parsec Project Contributors"]
55
edition = "2018"
66
description = "Rust-native wrapper around TSS 2.0 Enhanced System API"
@@ -22,7 +22,7 @@ num-traits = "0.2.12"
2222
hostname-validator = "1.1.0"
2323
regex = "1.3.9"
2424
zeroize = { version = "1.1.0", features = ["zeroize_derive"] }
25-
tss-esapi-sys = { path = "../tss-esapi-sys", version = "0.3.0" }
25+
tss-esapi-sys = { path = "../tss-esapi-sys", version = "0.3.1" }
2626
oid = "0.2.1"
2727
picky-asn1 = "0.3.0"
2828
picky-asn1-x509 = "0.6.1"

0 commit comments

Comments
 (0)