Skip to content

Commit 81af7da

Browse files
committed
Update version in README
1 parent 30527aa commit 81af7da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ Tests can use the `env_logger` crate to see log messages generated during that t
5151

5252
```toml
5353
[dependencies]
54-
log = "0.4.0-rc.1"
54+
log = "0.4.0"
5555

5656
[dev-dependencies]
57-
env_logger = "0.5.0-rc.1"
57+
env_logger = "0.5.0-rc.2"
5858
```
5959

6060
```rust

0 commit comments

Comments
 (0)