rs-matter/matter
Wakahisa d88761aa0a Disable default features on env_logger
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.
2023-03-05 06:34:04 +02:00
..
src Merge pull request #32 from kedars/feature/remove_fabric 2023-03-04 22:10:27 +05:30
tests Tests: Test subscribe with multi-leg reads 2023-03-01 07:42:12 +05:30
Cargo.toml Disable default features on env_logger 2023-03-05 06:34:04 +02:00