summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2020-03-01 15:04:17 -0500
committerJiayi Zhao <jeff.no.zhao@gmail.com>2020-03-01 15:04:17 -0500
commit24eea55e4191943e84b8089d8ac92c92d316172d (patch)
tree24b56f7f17493927cf5de74a41b0c392d99cb20f
parent1d64e0aecfd1d094ac2b49acc70ed8fe16cca375 (diff)
fix version0.8.1
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5ae14af..5e037d2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,7 +20,7 @@ rustyline = "^4"
serde = "^1"
serde_derive = "^1"
structopt = "^0"
-termion = "^0"
+termion = "^1"
toml = "^0"
tui = "^0"
unicode-width = "^0"