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

Update listed env_logger and log versions in Readme #237

Closed atouchet closed 1 year ago

atouchet commented 1 year ago

Update listed env_logger version to latest release and update log to version required in Cargo.toml.

jplatte commented 1 year ago

Doesn't really make a difference for semver-compatible versions, Cargo will automatically use the latest (unless there is already a lockfile, but then cargo update will pull in the latest).