summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8e7c2eb..1159b24 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "joshuto"
-version = "0.8.4"
+version = "0.8.5"
authors = ["Jiayi Zhao <jeff.no.zhao@gmail.com>"]
description = "Terminal file manager inspired by ranger"
homepage = "https://github.com/kamiyaa/joshuto"
@@ -28,7 +28,7 @@ unicode-width = "^0"
users = "^0"
whoami = "^0"
xdg = "^2"
-phf = { version = "0.8", features = ["macros"] }
+phf = { version = "^0", features = ["macros"] }
# fs_extra = "*"
# lazy_static = "*"