summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2019-01-13 13:38:32 -0500
committerJiayi Zhao <jeff.no.zhao@gmail.com>2019-01-13 13:38:32 -0500
commit77f7f3e8e6596a6d382f4fea69fb02631388421b (patch)
tree0a0258a7ddc647275f91e68e44e60dffc0494ef2
parent3ff064ee94a963028b14208419c25c98e1a8e4bd (diff)
version bump 0.7.00.7.0
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9bdda7d..3cc65f1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "joshuto"
-version = "0.6.0"
+version = "0.7.0"
authors = ["Jiayi Zhao <jeff.no.zhao@gmail.com>"]
description = "Terminal file manager inspired by ranger"
homepage = "https://github.com/kamiyaa/joshuto"
@@ -18,7 +18,7 @@ serde = "1.0.84"
serde_derive = "1.0.84"
toml = "0.4.10"
wcwidth = "1.0.1"
-whoami = "0.3.0"
+whoami = "0.4.1"
xdg = "2.2.0"
# clap = "*"