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:
Deathvenom 2023-08-05 18:52:17 +05:30 committed by GitHub
parent e2ddc1787a
commit 7183d65d6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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