Skip to content

Commit c9f033d

Browse files
committed
Release version 0.8.3
1 parent eed1651 commit c9f033d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "env_logger"
33
edition = "2018"
4-
version = "0.8.2"
4+
version = "0.8.3"
55
authors = ["The Rust Project Developers"]
66
license = "MIT/Apache-2.0"
77
readme = "README.md"

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ It must be added along with `log` to the project dependencies:
2121
```toml
2222
[dependencies]
2323
log = "0.4.0"
24-
env_logger = "0.8.2"
24+
env_logger = "0.8.3"
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
8888
log = "0.4.0"
8989

9090
[dev-dependencies]
91-
env_logger = "0.8.2"
91+
env_logger = "0.8.3"
9292
```
9393

9494
```rust

0 commit comments

Comments
 (0)