summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2020-03-01 15:02:15 -0500
committerJiayi Zhao <jeff.no.zhao@gmail.com>2020-03-01 15:02:15 -0500
commit1d64e0aecfd1d094ac2b49acc70ed8fe16cca375 (patch)
tree5717c2e30b7e3cfa13877bddfc3351bf8b92c0db
parent6b84901e50bfc0052fd93daed4b5b742db96447d (diff)
version bump 0.8.1
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8d8696e..5ae14af 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "joshuto"
-version = "0.8.0"
+version = "0.8.1"
authors = ["Jiayi Zhao <jeff.no.zhao@gmail.com>"]
description = "Terminal file manager inspired by ranger"
homepage = "https://github.com/kamiyaa/joshuto"
@@ -20,7 +20,7 @@ rustyline = "^4"
serde = "^1"
serde_derive = "^1"
structopt = "^0"
-termion = "*"
+termion = "^0"
toml = "^0"
tui = "^0"
unicode-width = "^0"