update docs

This commit is contained in:
Timon 2021-06-10 15:51:56 +02:00
parent 2fb3026fbf
commit d69f73ff2e
2 changed files with 3 additions and 2 deletions

View File

@ -8,7 +8,8 @@
- Remove lazy_static dependency.
- Remove extra Clone bounds in the style module.
- Add `MoveToRow` command.
- Remove writer parameter from execute_winapi
# Version 0.19
- Use single thread for async event reader.
- Patch timeout handling for event polling this was not working correctly.

View File

@ -87,7 +87,7 @@ Click to show Cargo.toml.
```toml
[dependencies]
crossterm = "0.18"
crossterm = "0.20"
```
</details>