Skip to content

Commit

Permalink
Merge pull request #306 from rhysd/patch-1
Browse files Browse the repository at this point in the history
fix(doc): Fix `env_logger` version is outdated in readme doc
  • Loading branch information
epage committed Feb 7, 2024
2 parents 9303b0c + a0ca897 commit 38e1adb
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
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 38e1adb

Please sign in to comment.