From 095731a1743a9de14e59f692f6accc979a01a870 Mon Sep 17 00:00:00 2001 From: Timon Post Date: Sat, 28 Mar 2020 21:08:14 +0100 Subject: [PATCH] 0.17.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4c86a25..4aaa00d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crossterm" -version = "0.17.0" +version = "0.17.1" authors = ["T. Post"] description = "An crossplatform terminal library for manipulating terminals." repository = "https://github.com/crossterm-rs/crossterm"