Skip to content

Commit ed0d2b2

Browse files
Revert "Bump tss-esapi-sys to 0.6.0"
This reverts commit 4931b36. Signed-off-by: Tomás González <[email protected]>
1 parent eef9115 commit ed0d2b2

File tree

4 files changed

+55
-169
lines changed

4 files changed

+55
-169
lines changed

CHANGELOG.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,5 @@
11
# Changelog
22

3-
4-
## [tss-esapi-sys-0.6.0](https://github.com/parallaxsecond/rust-tss-esapi/tree/tss-esapi-sys-0.6.0) (2023-03-14)
5-
6-
[Full Changelog](https://github.com/parallaxsecond/rust-tss-esapi/compare/tss-esapi-7.4.0...tss-esapi-sys-0.6.0)
7-
8-
**Security fixes:**
9-
10-
- Get random authvalues locally instead of from the TPM [\#508](https://github.com/parallaxsecond/rust-tss-esapi/pull/508) ([tgonzalezorlandoarm](https://github.com/tgonzalezorlandoarm))
11-
12-
**Merged pull requests:**
13-
14-
- tss-esapi/transient: get_root_key_name [\#509](https://github.com/parallaxsecond/rust-tss-esapi/pull/509) ([tgonzalezorlandoarm](https://github.com/tgonzalezorlandoarm))
15-
- Backport lint error fixes for rust 1.75 [\#489](https://github.com/parallaxsecond/rust-tss-esapi/pull/489) ([tgonzalezorlandoarm](https://github.com/tgonzalezorlandoarm))
16-
- Cargo.toml: Specify rust-version=1.66.0 [\#470](https://github.com/parallaxsecond/rust-tss-esapi/pull/470) ([tgonzalezorlandoarm](https://github.com/tgonzalezorlandoarm))
17-
183
## [tss-esapi-7.4.0](https://github.com/parallaxsecond/rust-tss-esapi/tree/tss-esapi-7.4.0) (2023-10-09)
194

205
[Full Changelog](https://github.com/parallaxsecond/rust-tss-esapi/compare/tss-esapi-sys-0.5.0...tss-esapi-7.4.0)

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.6.0"
3+
version = "0.5.0"
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ num-traits = "0.2.12"
2323
hostname-validator = "1.1.0"
2424
regex = "1.3.9"
2525
zeroize = { version = "1.1.0", features = ["zeroize_derive"] }
26-
tss-esapi-sys = { path = "../tss-esapi-sys", version = "0.6.0" }
26+
tss-esapi-sys = { path = "../tss-esapi-sys", version = "0.5.0" }
2727
oid = "0.2.1"
2828
picky-asn1 = "0.8.0"
2929
picky-asn1-x509 = "0.12.0"

0 commit comments

Comments
 (0)