From 5281982afe75813d4545520d229df4771f198962 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 21 Oct 2022 15:08:08 -0600 Subject: [PATCH] 2.0.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5ebf25c..2919f9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "termion" -version = "1.6.0" +version = "2.0.0" authors = [ "ticki ", "gycos ",