add version to Cargo.toml

This commit is contained in:
henil 2021-02-10 16:37:19 +05:30
parent ae37edd4f1
commit bf02a7df29

View File

@ -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"