File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " env_logger"
3
- version = " 0.5.13 " # remember to update html_root_url
3
+ version = " 0.6.0 " # remember to update html_root_url
4
4
authors = [" The Rust Project Developers" ]
5
5
license = " MIT/Apache-2.0"
6
6
readme = " README.md"
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:
16
16
``` toml
17
17
[dependencies ]
18
18
log = " 0.4.0"
19
- env_logger = " 0.5.13 "
19
+ env_logger = " 0.6.0 "
20
20
```
21
21
22
22
` 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.
@@ -52,7 +52,7 @@ Tests can use the `env_logger` crate to see log messages generated during that t
52
52
log = " 0.4.0"
53
53
54
54
[dev-dependencies ]
55
- env_logger = { version = " 0.5.13 " , default-features = false }
55
+ env_logger = { version = " 0.6.0 " , default-features = false }
56
56
```
57
57
58
58
``` rust
Original file line number Diff line number Diff line change 211
211
212
212
#![ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
213
213
html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
214
- html_root_url = "https://docs.rs/env_logger/0.5.13 " ) ]
214
+ html_root_url = "https://docs.rs/env_logger/0.6.0 " ) ]
215
215
#![ cfg_attr( test, deny( warnings) ) ]
216
216
217
217
// 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