Skip to content

Commit

Permalink
Merge pull request #109 from tgonzalezorlandoarm/tg/disable-structopt…
Browse files Browse the repository at this point in the history
…-features

Disable structopt default features
  • Loading branch information
gowthamsk-arm authored Oct 17, 2023
2 parents 8444c96 + c740228 commit 65f65f5
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 @@ -15,7 +15,7 @@ rust-version = "1.66.0"
[dependencies]
atty = "0.2.14"
parsec-client = "0.16.0"
structopt = "0.3.17"
structopt = { version = "0.3.17", default-features = false }
thiserror = "1.0.20"
env_logger = "0.10.0"
oid = { version = "0.2", features = ["serde_support"] }
Expand Down

0 comments on commit 65f65f5

Please sign in to comment.