From 5dddb003dcc146b854b3a1b8819be625db216cf1 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 17 Nov 2021 21:29:46 -0500 Subject: bump vt100 version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 71706ac..fbe68a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ itoa = "0.4.8" nix = "0.23.0" terminal_size = "0.1.17" thiserror = "1.0.30" -vt100 = { path = "../vt100-rust", version = "0.12.0" } +vt100 = { path = "../vt100-rust", version = "0.13.0" } blocking = { version = "1.1.0", optional = true } futures-lite = { version = "1.12.0", optional = true } -- cgit v1.2.3-54-g00ecf