summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2021-05-09 14:25:51 -0600
committernachoparker <nacho@ownyourbits.com>2021-05-09 14:25:51 -0600
commit44e877d148f29ae68e44b5553018f2096087d90b (patch)
tree9eb86018c4ae32830a1ff2f2b00d50fb6ac97dd8 /Cargo.toml
parent14ecb1cbfb37d84ff7e4c6bb9e94f16f739dc954 (diff)
Use CARGO_PKG_VERSIONHEADv0.2.18master
Signed-off-by: nachoparker <nacho@ownyourbits.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 90b9aa1..5231e58 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dutree"
-version = "0.2.17"
+version = "0.2.18"
authors = ["nacho <nacho@ownyourbits.com>"]
description = "Command line tool to analyze disk usage"
repository = "https://github.com/nachoparker/dutree"
@@ -8,10 +8,11 @@ categories = ["command-line-utilities"]
license = "GPL-3.0"
homepage = "https://ownyourbits.com/2018/03/25/analize-disk-usage-with-dutree/"
exclude = ["test/*"]
+edition = "2018"
[dependencies]
getopts = "0.2.21"
-regex = "1"
+regex = "1.3.9"
signal-hook = "0.1.10"
terminal_size = "0.1.8"
unicode-width = "0.1.1"