From 611e2bde934fccf0b66df089965d18051c76d6a0 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 6 Dec 2021 21:22:14 -0500 Subject: try to avoid displaying invalid data --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c4ea4d8..e887c1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,9 +17,9 @@ pty-process = { version = "0.1.1", features = ["backend-async-std"] } signal-hook = "0.3.10" signal-hook-async-std = "0.2.1" terminal_size = "0.1.17" -textmode = { version = "0.2.2", features = ["async"] } +textmode = { path = "../textmode", version = "0.2.2", features = ["async"] } unicode-width = "0.1.9" users = "0.11.0" -vt100 = "0.14.0" +vt100 = { path = "../vt100-rust", version = "0.14.0" } [features] -- cgit v1.2.3-54-g00ecf