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"