File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " env_logger"
3- version = " 0.6.1 " # remember to update html_root_url
3+ version = " 0.6.2 " # remember to update html_root_url
44authors = [" The Rust Project Developers" ]
55license = " MIT/Apache-2.0"
66readme = " README.md"
@@ -38,4 +38,4 @@ name = "init-twice-retains-filter"
3838harness = false
3939
4040[features ]
41- default = [" termcolor" , " atty" , " humantime" , " regex" ]
41+ default = [" termcolor" , " atty" , " humantime" , " regex" ]
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ It must be added along with `log` to the project dependencies:
1616``` toml
1717[dependencies ]
1818log = " 0.4.0"
19- env_logger = " 0.6.1 "
19+ env_logger = " 0.6.2 "
2020```
2121
2222` 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.6.1 "
57+ env_logger = " 0.6.2 "
5858```
5959
6060``` rust
Original file line number Diff line number Diff line change 238238
239239#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
240240 html_favicon_url = "https://www.rust-lang.org/static/images/favicon.ico" ,
241- html_root_url = "https://docs.rs/env_logger/0.6.1 " ) ]
241+ html_root_url = "https://docs.rs/env_logger/0.6.2 " ) ]
242242#![ cfg_attr( test, deny( warnings) ) ]
243243
244244// 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