From d3250dbffd9bc64efc5592a8e12578b740a84257 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 6 Dec 2021 05:29:02 -0500 Subject: changelog and version bump --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 44b823f..c8c7700 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "textmode" -version = "0.2.1" +version = "0.2.2" authors = ["Jesse Luehrs "] edition = "2021" @@ -16,7 +16,7 @@ itoa = "0.4.8" nix = "0.23.0" terminal_size = "0.1.17" thiserror = "1.0.30" -vt100 = "0.13.2" +vt100 = "0.14.0" blocking = { version = "1.1.0", optional = true } futures-lite = { version = "1.12.0", optional = true } -- cgit v1.2.3-54-g00ecf