Skip to content

Commit

Permalink
Update Cargo.toml snippets (#811)
Browse files Browse the repository at this point in the history
The snippets show version 0.26, but the latest version is 0.27
  • Loading branch information
5donuts committed Jan 6, 2024
1 parent b565646 commit 6d6bed9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -95,7 +95,7 @@ Click to show Cargo.toml.

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

</details>
Expand Down Expand Up @@ -138,7 +138,7 @@ Checkout this [list](https://docs.rs/crossterm/latest/crossterm/index.html#suppo

```toml
[dependencies.crossterm]
version = "0.26"
version = "0.27"
features = ["event-stream"]
```

Expand Down

0 comments on commit 6d6bed9

Please sign in to comment.