Skip to content

Commit

Permalink
Update env_logger to 0.10.0 in README example
Browse files Browse the repository at this point in the history
  • Loading branch information
rnestler committed Jun 3, 2023
1 parent 0024f95 commit 0a7c804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ It must be added along with `log` to the project dependencies:
```toml
[dependencies]
log = "0.4.0"
env_logger = "0.9.0"
env_logger = "0.10.0"
```

`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

0 comments on commit 0a7c804

Please sign in to comment.