Update Cargo.toml snippets (#811)

The snippets show version 0.26, but the latest version is 0.27
This commit is contained in:
Charles German 2024-01-06 06:54:40 -05:00 committed by GitHub
parent b565646f27
commit 6d6bed9c2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,7 +95,7 @@ Click to show Cargo.toml.
```toml ```toml
[dependencies] [dependencies]
crossterm = "0.26" crossterm = "0.27"
``` ```
</details> </details>
@ -138,7 +138,7 @@ Checkout this [list](https://docs.rs/crossterm/latest/crossterm/index.html#suppo
```toml ```toml
[dependencies.crossterm] [dependencies.crossterm]
version = "0.26" version = "0.27"
features = ["event-stream"] features = ["event-stream"]
``` ```