From 6d5d1a0ed8dae8b7c6bb0a2fb11858b11672cc2e Mon Sep 17 00:00:00 2001 From: Timon Post Date: Thu, 24 Sep 2020 08:37:43 +0200 Subject: [PATCH] 0.18 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6be81db..86386fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crossterm" -version = "0.17.8" +version = "0.18.0" authors = ["T. Post"] description = "An crossplatform terminal library for manipulating terminals." repository = "https://github.com/crossterm-rs/crossterm"