Skip to content

Commit

Permalink
Update versions to 0.26 (Cargo.toml) (#804)
Browse files Browse the repository at this point in the history
The Cargo.toml snippet lists the version as 0.23 while the latest one is 0.26, replaced the same
  • Loading branch information
DeathVenom54 committed Aug 5, 2023
1 parent e2ddc17 commit 7183d65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -93,7 +93,7 @@ Click to show Cargo.toml.

```toml
[dependencies]
crossterm = "0.23"
crossterm = "0.26"
```

</details>
Expand Down Expand Up @@ -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"]
```

Expand Down

0 comments on commit 7183d65

Please sign in to comment.