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"
3- version = " 0.5.8 " # remember to update html_root_url
3+ version = " 0.5.9 " # remember to update html_root_url
44authors = [" The Rust Project Developers" ]
55license = " MIT/Apache-2.0"
66readme = " README.md"
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ It must be added along with `log` to the project dependencies:
1818``` toml
1919[dependencies ]
2020log = " 0.4.0"
21- env_logger = " 0.5.8 "
21+ env_logger = " 0.5.9 "
2222```
2323
2424` 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.
@@ -54,7 +54,7 @@ Tests can use the `env_logger` crate to see log messages generated during that t
5454log = " 0.4.0"
5555
5656[dev-dependencies ]
57- env_logger = " 0.5.8 "
57+ env_logger = " 0.5.9 "
5858```
5959
6060``` rust
Original file line number Diff line number Diff line change 182182
183183#![ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
184184 html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
185- html_root_url = "https://docs.rs/env_logger/0.5.8 " ) ]
185+ html_root_url = "https://docs.rs/env_logger/0.5.9 " ) ]
186186#![ cfg_attr( test, deny( warnings) ) ]
187187
188188// When compiled for the rustc compiler itself we want to make sure that this is
You can’t perform that action at this time.
0 commit comments