rust-cli / env_logger

A logging implementation for `log` which is configured via an environment variable.
https://docs.rs/env_logger
Apache License 2.0
797 stars 124 forks source link

Fix build breakage in 0.9.2 without termcolor feature #243

Closed jplatte closed 1 year ago

jplatte commented 1 year ago

Fixes #242.

jplatte commented 1 year ago

This repo really needs some better CI, --no-default-features is never tested.