File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " env_logger"
3
3
edition = " 2018"
4
- version = " 0.8.2 "
4
+ version = " 0.8.3 "
5
5
authors = [" The Rust Project Developers" ]
6
6
license = " MIT/Apache-2.0"
7
7
readme = " 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:
21
21
``` toml
22
22
[dependencies ]
23
23
log = " 0.4.0"
24
- env_logger = " 0.8.2 "
24
+ env_logger = " 0.8.3 "
25
25
```
26
26
27
27
` 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
88
88
log = " 0.4.0"
89
89
90
90
[dev-dependencies ]
91
- env_logger = " 0.8.2 "
91
+ env_logger = " 0.8.3 "
92
92
```
93
93
94
94
``` rust
You can’t perform that action at this time.
0 commit comments