Skip to content

Commit

Permalink
Release version 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jplatte committed Feb 11, 2021
1 parent eed1651 commit c9f033d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "env_logger"
edition = "2018"
version = "0.8.2"
version = "0.8.3"
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ It must be added along with `log` to the project dependencies:
```toml
[dependencies]
log = "0.4.0"
env_logger = "0.8.2"
env_logger = "0.8.3"
```

`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.
Expand Down Expand Up @@ -88,7 +88,7 @@ Tests can use the `env_logger` crate to see log messages generated during that t
log = "0.4.0"

[dev-dependencies]
env_logger = "0.8.2"
env_logger = "0.8.3"
```

```rust
Expand Down

0 comments on commit c9f033d

Please sign in to comment.