Skip to content

Commit 7ccec89

Browse files
Merge branch 'main' into fix-compilation-issues
2 parents 2adb41d + f46e326 commit 7ccec89

File tree

2 files changed

+34
-48
lines changed

2 files changed

+34
-48
lines changed

Cargo.lock

Lines changed: 33 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ picky-asn1-der = { version = "0.2.4", optional = true }
3131
picky-asn1 = { version = "0.3.0", optional = true }
3232
tss-esapi = { version = "7.2.0", optional = true }
3333
bincode = "1.3.1"
34-
structopt = "0.3.21"
34+
structopt = { version = "0.3.21", default-features = false}
3535
derivative = "2.2.0"
3636
hex = { version = "0.4.2", optional = true }
3737
psa-crypto = { version = "0.10.0", default-features = false, features = ["operations"], optional = true }

0 commit comments

Comments
 (0)