File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " env_logger"
33edition = " 2018"
4- version = " 0.8.3 "
4+ version = " 0.8.4 "
55authors = [" The Rust Project Developers" ]
66license = " MIT/Apache-2.0"
77readme = " README.md"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ It must be added along with `log` to the project dependencies:
2121``` toml
2222[dependencies ]
2323log = " 0.4.0"
24- env_logger = " 0.8.3 "
24+ env_logger = " 0.8.4 "
2525```
2626
2727` env_logger ` must be initialized as early as possible in the project. After it's initialized, you can use the ` log ` macros to do actual logging.
@@ -88,7 +88,7 @@ Tests can use the `env_logger` crate to see log messages generated during that t
8888log = " 0.4.0"
8989
9090[dev-dependencies ]
91- env_logger = " 0.8.3 "
91+ env_logger = " 0.8.4 "
9292```
9393
9494``` rust
You can’t perform that action at this time.
0 commit comments