Update README crate version suggestion (#172)

This commit is contained in:
Luke I. Wilson 2019-07-01 07:39:54 -05:00 committed by Timon
parent 59796130fa
commit b709c8b62a

View File

@ -59,7 +59,7 @@ Add the Crossterm package to your `Cargo.toml` file.
```
[dependencies]
crossterm = "0.9.4"
crossterm = "0.9.6"
```
### Useful Links