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 default features on env_logger #43

Merged
merged 1 commit into from
May 5, 2023

Conversation

nevi-me
Copy link
Contributor

@nevi-me nevi-me commented Mar 5, 2023

The env_logger crate is used in tests and examples for logging output. It has default features that rely on is-terminal, which relies on rustix. rustix doesn't compile on the esp* targets, and thus using this project on such targets fails.

The simplest solution is to disable the default features.

Relates to #42

The `env_logger` crate is used in tests and examples for logging output.
It has default features that rely on `is-terminal`, which relies on `rustix`.
`rustix` doesn't compile on the `esp*` targets, and thus using this project on such targets fails.

The simplest solution is to disable the default features.
@CLAassistant
Copy link

CLAassistant commented Mar 5, 2023

CLA assistant check
All committers have signed the CLA.

@nevi-me nevi-me mentioned this pull request Mar 9, 2023
@kedars kedars merged commit bddabe6 into project-chip:main May 5, 2023
@nevi-me nevi-me deleted the deps/env-logger-no-default branch May 5, 2023 17:52
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.

None yet

3 participants