Skip to content

Commit e686055

Browse files
Merge pull request #686 from tgonzalezorlandoarm/tg/remove-ansi_term
Disable the optional features for the 'structopt' crate
2 parents 4fb5620 + 8c25be3 commit e686055

File tree

2 files changed

+1
-26
lines changed

2 files changed

+1
-26
lines changed

Cargo.lock

Lines changed: 0 additions & 25 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)