Skip to content

Commit d921fc1

Browse files
committed
version bump 0.9.5
1 parent abb59d4 commit d921fc1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "joshuto"
3-
version = "0.9.4"
3+
version = "0.9.5"
44
authors = ["Jiayi Zhao <[email protected]>"]
55
description = "Terminal file manager inspired by ranger"
66
homepage = "https://github.com/kamiyaa/joshuto"
77
repository = "https://github.com/kamiyaa/joshuto"
88
license = "LGPL-3.0"
99
edition = "2021"
10-
keywords = ["tui-rs", "ranger", "file manager", "termion"]
10+
keywords = ["tui-rs", "ranger", "file_manager", "termion"]
1111

1212
[dependencies]
1313
ansi-to-tui = { version = "^3", optional = true }
@@ -53,4 +53,4 @@ file_mimetype = []
5353
mouse = []
5454
recycle_bin = ["trash"]
5555
syntax_highlight = ["ansi-to-tui"]
56-
default = ["devicons", "recycle_bin", "syntax_highlight"]
56+
default = ["devicons", "mouse", "recycle_bin", "syntax_highlight"]

0 commit comments

Comments
 (0)