From 6d6bed9c2c51ba76c5c38db3a388a841b321ff46 Mon Sep 17 00:00:00 2001 From: Charles German <5donuts@pm.me> Date: Sat, 6 Jan 2024 06:54:40 -0500 Subject: [PATCH] Update Cargo.toml snippets (#811) The snippets show version 0.26, but the latest version is 0.27 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"] ```