From 7183d65d6b9844205723a5b8c6c96ffe7289acc0 Mon Sep 17 00:00:00 2001 From: Deathvenom <65107979+DeathVenom54@users.noreply.github.com> Date: Sat, 5 Aug 2023 18:52:17 +0530 Subject: [PATCH] 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 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e206d5c..c65bb8d 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ Click to show Cargo.toml. ```toml [dependencies] -crossterm = "0.23" +crossterm = "0.26" ``` @@ -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"] ```