Skip to content

Commit

Permalink
Update listed version number
Browse files Browse the repository at this point in the history
  • Loading branch information
atouchet authored and epage committed Nov 10, 2023
1 parent 36b1508 commit dcd220d
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
Expand Up @@ -5,7 +5,7 @@ description = """
A logging implementation for `log` which is configured via an environment
variable.
"""
repository = "https://github.com/rust-cli/env_logger/"
repository = "https://github.com/rust-cli/env_logger"
categories = ["development-tools::debugging"]
keywords = ["logging", "log", "logger"]
license = "MIT OR Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Implements a logger that can be configured via environment variables.

It must be added along with `log` to the project dependencies:

```bash
```console
$ cargo add log env_logger
```

Expand Down Expand Up @@ -83,7 +83,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.9.0"
env_logger = "0.10.0"
```

```rust
Expand Down

0 comments on commit dcd220d

Please sign in to comment.