summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorIsaac Parker <parrotmac@gmail.com>2019-11-17 19:22:01 -0800
committernachoparker <nacho@ownyourbits.com>2019-11-17 20:25:13 -0700
commitc70ecc9e65180e95ebde09c47ac903f7a8242a81 (patch)
treef1065453bd740009a5a2fd5d9c0bdaf8b3b90ce6 /Cargo.toml
parent203df3473fe01fafea9b3e4ccdb28a286b047dfe (diff)
Avoid dividing by zero (#28)
Signed-off-by: nachoparker <nacho@ownyourbits.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0fdbb85..dfb5258 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dutree"
-version = "0.2.13"
+version = "0.2.15"
authors = ["nacho <nacho@ownyourbits.com>"]
description = "Command line tool to analyze disk usage"
repository = "https://github.com/nachoparker/dutree"