Skip to content

Commit 65f65f5

Browse files
Merge pull request #109 from tgonzalezorlandoarm/tg/disable-structopt-features
Disable structopt default features
2 parents 8444c96 + c740228 commit 65f65f5

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
@@ -15,7 +15,7 @@ rust-version = "1.66.0"
1515
[dependencies]
1616
atty = "0.2.14"
1717
parsec-client = "0.16.0"
18-
structopt = "0.3.17"
18+
structopt = { version = "0.3.17", default-features = false }
1919
thiserror = "1.0.20"
2020
env_logger = "0.10.0"
2121
oid = { version = "0.2", features = ["serde_support"] }

0 commit comments

Comments
 (0)