Skip to content

Commit e2a2a79

Browse files
committed
DO NOT MERGE: update rust-tss-version to backport PR
Signed-off-by: Thore Sommer <[email protected]>
1 parent 56a6159 commit e2a2a79

File tree

2 files changed

+14
-43
lines changed

2 files changed

+14
-43
lines changed

Cargo.lock

+13-42
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ static_assertions = "1"
4141
tempfile = "3.4.0"
4242
thiserror = "1.0"
4343
tokio = {version = "1.24", features = ["rt", "sync", "macros"]}
44-
tss-esapi = {version = "7.4.0", features = ["generate-bindings"]}
44+
tss-esapi = { git = "https://github.com/parallaxsecond/rust-tss-esapi.git", rev = "refs/pull/546/head" , features = ["generate-bindings"]}
4545
uuid = {version = "1.3", features = ["v4"]}
4646
zip = {version = "0.6", default-features = false, features= ["deflate"]}

0 commit comments

Comments
 (0)