From bf02a7df296d4265d8a78923c124427a88ff1aca Mon Sep 17 00:00:00 2001 From: henil Date: Wed, 10 Feb 2021 16:37:19 +0530 Subject: [PATCH] add version to Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 98c6e7d67..1f18c3740 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ serde_yaml = "0.8" signal-hook = "0.1.10" strip-ansi-escapes = "0.1.0" structopt = "0.3" -termion = { git = "https://gitlab.com/TheLostLambda/termion.git", features = ["serde"] } +termion = { git = "https://gitlab.com/TheLostLambda/termion.git", version = "1.6.0", features = ["serde"] } termios = "0.3" unicode-truncate = "0.2.0" unicode-width = "0.1.8"