Update README.md

This commit is contained in:
Timon 2019-12-13 07:14:09 +01:00 committed by GitHub
parent 41ff73e3d3
commit 6ebcdf2376
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,7 +108,7 @@ Click to show Cargo.toml.
```toml
[dependencies]
crossterm = "0.13"
crossterm = "0.14"
```
</details>
@ -149,8 +149,7 @@ To optional feature flags.
```toml
[dependencies.crossterm]
version = "0.14"
default-features = false # Disable default features
features = ["event-stream"] # Enable required features only
features = ["event-stream"]
```
| Feature | Description |