diff --git a/README.md b/README.md index b68459d0..b9f83f74 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ Click to show Cargo.toml. ```toml [dependencies] -crossterm = "0.26" +crossterm = "0.27" ``` @@ -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"] ```