From 1d64e0aecfd1d094ac2b49acc70ed8fe16cca375 Mon Sep 17 00:00:00 2001 From: Jiayi Zhao Date: Sun, 1 Mar 2020 15:02:15 -0500 Subject: [PATCH] version bump 0.8.1 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8d8696e3..5ae14af9 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 "] 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"