From d921fc1f793467c3fe2c8f31285f3e1c51c1a328 Mon Sep 17 00:00:00 2001 From: Jeff Zhao Date: Tue, 4 Jul 2023 16:03:02 -0400 Subject: version bump 0.9.5 --- Cargo.lock | 2 +- Cargo.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cb17ea1..f9bbeeb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -471,7 +471,7 @@ dependencies = [ [[package]] name = "joshuto" -version = "0.9.4" +version = "0.9.5" dependencies = [ "alphanumeric-sort", "ansi-to-tui", diff --git a/Cargo.toml b/Cargo.toml index 5c451a4..d1441da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "joshuto" -version = "0.9.4" +version = "0.9.5" authors = ["Jiayi Zhao "] description = "Terminal file manager inspired by ranger" homepage = "https://github.com/kamiyaa/joshuto" repository = "https://github.com/kamiyaa/joshuto" license = "LGPL-3.0" edition = "2021" -keywords = ["tui-rs", "ranger", "file manager", "termion"] +keywords = ["tui-rs", "ranger", "file_manager", "termion"] [dependencies] ansi-to-tui = { version = "^3", optional = true } @@ -53,4 +53,4 @@ file_mimetype = [] mouse = [] recycle_bin = ["trash"] syntax_highlight = ["ansi-to-tui"] -default = ["devicons", "recycle_bin", "syntax_highlight"] +default = ["devicons", "mouse", "recycle_bin", "syntax_highlight"] -- cgit v1.2.3