Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable structopt default features #109

Conversation

tgonzalezorlandoarm
Copy link
Member

@tgonzalezorlandoarm tgonzalezorlandoarm commented Oct 17, 2023

The 'ansi_term' crate is currrently being flagged as unmaintained. The dependency tree that is bringing this crate is:

ansi_term 0.12.1
└── clap 2.34.0
└── structopt 0.3.26
└── parsec-tool

ansi_term is an optional dependency that we are bringing along.

  • Remove this and other optional dependencies by disabling the default-features for structopt.

The 'ansi_term' crate is currrently being flagged as unmaintained.
The dependency tree that is bringing this crate is:

ansi_term 0.12.1
└── clap 2.34.0
└── structopt 0.3.26
└── parsec-service 1.2.0

ansi_term is an optional dependency that we are bringing along.

 * Remove this and other optional dependencies by disabling the
   default-features for structopt.

Signed-off-by: Tomás González <tomasagustin.gonzalezorlando@arm.com>
@gowthamsk-arm gowthamsk-arm merged commit 65f65f5 into parallaxsecond:main Oct 17, 2023
3 checks passed
@tgonzalezorlandoarm tgonzalezorlandoarm deleted the tg/disable-structopt-features branch November 23, 2023 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants