From 442e3fa89d146493a51cc2adcc26755a9f4d855e Mon Sep 17 00:00:00 2001 From: Paul Julius Martinez Date: Sun, 6 Feb 2022 16:11:24 -0800 Subject: [PATCH] Specify termion version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 112162c..b7f9c1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ unicode-segmentation = "1.7.1" rustyline = "9.0.0" regex = "1.5" lazy_static = "1.4.0" -termion = "*" +termion = "1.5.6" signal-hook = "0.3.8" libc = "0.2" structopt = "0.3"