Skip to content

Commit

Permalink
Merge pull request #686 from tgonzalezorlandoarm/tg/remove-ansi_term
Browse files Browse the repository at this point in the history
Disable the optional features for the 'structopt' crate
  • Loading branch information
gowthamsk-arm authored Jul 20, 2023
2 parents 4fb5620 + 8c25be3 commit e686055
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
25 changes: 0 additions & 25 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ picky-asn1-der = { version = "0.2.4", optional = true }
picky-asn1 = { version = "0.3.0", optional = true }
tss-esapi = { version = "7.2.0", optional = true }
bincode = "1.3.1"
structopt = "0.3.21"
structopt = { version = "0.3.21", default-features = false}
derivative = "2.2.0"
hex = { version = "0.4.2", optional = true }
psa-crypto = { version = "0.10.0", default-features = false, features = ["operations"], optional = true }
Expand Down

0 comments on commit e686055

Please sign in to comment.