Skip to content

Commit

Permalink
version bump 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kamiyaa committed Jul 4, 2023
1 parent abb59d4 commit d921fc1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "joshuto"
version = "0.9.4"
version = "0.9.5"
authors = ["Jiayi Zhao <[email protected]>"]
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 }
Expand Down Expand Up @@ -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"]

0 comments on commit d921fc1

Please sign in to comment.