borntyping / rust-simple_logger

A rust logger that prints all messages with a readable output format.
https://crates.io/crates/simple_logger
MIT License
221 stars 48 forks source link

upgrade to colored 2.0 #49

Closed danc86 closed 2 years ago

danc86 commented 2 years ago

The 2.0 release of colored has only a minor API change that doesn't affect its usage in this crate: https://github.com/mackwic/colored/blob/v2.0.0/CHANGELOG.md

borntyping commented 2 years ago

Thank you!