Update Cargo.toml snippets (#811)
The snippets show version 0.26, but the latest version is 0.27
This commit is contained in:
parent
b565646f27
commit
6d6bed9c2c
@ -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"]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user