Skip to content

Commit

Permalink
fix(doc): Fix env_logger version is outdated in readme doc
Browse files Browse the repository at this point in the history
Signed-off-by: rhysd <[email protected]>
  • Loading branch information
rhysd committed Feb 7, 2024
1 parent 9303b0c commit a0ca897
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,9 @@ logging levels, the letter case is not significant.

Tests can use the `env_logger` crate to see log messages generated during that test:

```toml
[dependencies]
log = "0.4.0"

[dev-dependencies]
env_logger = "0.10.0"
```console
$ cargo add log
$ cargo add --dev env_logger
```

```rust
Expand Down

0 comments on commit a0ca897

Please sign in to comment.