From 9a6d740ed52c23c3ebaa3d24841d4a441817e160 Mon Sep 17 00:00:00 2001 From: Timon Date: Sun, 6 Aug 2023 14:20:33 +0200 Subject: [PATCH] 0.27.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 971a410..32006e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crossterm" -version = "0.26.1" +version = "0.27.0" authors = ["T. Post"] description = "A crossplatform terminal library for manipulating terminals." repository = "https://github.com/crossterm-rs/crossterm"