From c1b4c85a765e20edc7d7201fe611149656b303db Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 12 Jun 2019 17:05:22 -0600 Subject: [PATCH] 1.5.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 81bcbce..d4b877c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "termion" -version = "1.5.2" +version = "1.5.3" authors = ["ticki ", "gycos ", "IGI-111 "] description = "A bindless library for manipulating terminals." repository = "https://gitlab.redox-os.org/redox-os/termion"