From 515b0bd5103dee4480030d6645cbede874a4a4cf Mon Sep 17 00:00:00 2001 From: Timon Date: Wed, 13 Jun 2018 18:50:39 +0200 Subject: [PATCH] Update Cargo.toml changed version number fixed bug --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 54874aa..15b41d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crossterm" -version = "0.2.1" +version = "0.2.2" authors = ["T Post "] description = "An crossplatform terminal library for manipulating terminals." repository = "https://github.com/TimonPost/crossterm" @@ -22,4 +22,4 @@ termios = "0.3.0" [lib] name = "crossterm" -path = "src/lib.rs" \ No newline at end of file +path = "src/lib.rs"