From 492b764f9f132d302903ff6f2f55e96c1b8cd0ec Mon Sep 17 00:00:00 2001 From: TimonPost Date: Thu, 1 Aug 2024 20:33:26 +0200 Subject: [PATCH] 0.28.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index de168ed..27d6448 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crossterm" -version = "0.28.0" +version = "0.28.1" authors = ["T. Post"] description = "A crossplatform terminal library for manipulating terminals." repository = "https://github.com/crossterm-rs/crossterm"