Skip to content

Commit cfad8e9

Browse files
Update Cargo.toml instructions in README.md (#32)
1 parent fa4e285 commit cfad8e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Add the dependency to your `Cargo.toml`:
1818
```toml
1919
[dependencies]
2020
log = "0.4"
21-
pretty_env_logger = "0.3"
21+
pretty_env_logger = "0.4"
2222
```
2323

2424
Add some usage to your application:

0 commit comments

Comments
 (0)