diff --git a/README.md b/README.md index 75add88f..193f11f2 100644 --- a/README.md +++ b/README.md @@ -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.