add version to Cargo.toml
This commit is contained in:
parent
ae37edd4f1
commit
bf02a7df29
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ serde_yaml = "0.8"
|
||||||
signal-hook = "0.1.10"
|
signal-hook = "0.1.10"
|
||||||
strip-ansi-escapes = "0.1.0"
|
strip-ansi-escapes = "0.1.0"
|
||||||
structopt = "0.3"
|
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"
|
termios = "0.3"
|
||||||
unicode-truncate = "0.2.0"
|
unicode-truncate = "0.2.0"
|
||||||
unicode-width = "0.1.8"
|
unicode-width = "0.1.8"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue