Update versions to 0.26 (Cargo.toml) (#804)
The Cargo.toml snippet lists the version as 0.23 while the latest one is 0.26, replaced the same
This commit is contained in:
parent
e2ddc1787a
commit
7183d65d6b
@ -93,7 +93,7 @@ Click to show Cargo.toml.
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
crossterm = "0.23"
|
||||
crossterm = "0.26"
|
||||
```
|
||||
|
||||
</details>
|
||||
@ -136,7 +136,7 @@ Checkout this [list](https://docs.rs/crossterm/latest/crossterm/index.html#suppo
|
||||
|
||||
```toml
|
||||
[dependencies.crossterm]
|
||||
version = "0.23"
|
||||
version = "0.26"
|
||||
features = ["event-stream"]
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user