summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTom Heimbrodt <heimbrodt@posteo.de>2019-10-16 21:55:07 +0200
committernachoparker <nacho@ownyourbits.com>2019-10-21 23:40:10 -0600
commit72344f2780a37c947495ceb400a3ab59d4da8117 (patch)
treefb5e930885ffbe85e0b1868b9d2ec9be2f748386 /Cargo.toml
parent6352bc66ae9b34c34dbbfc0c414342771b594061 (diff)
Increase integer size to store 1024^4. Fixes #13v0.2.13
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 e44bd42..0fdbb85 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dutree"
-version = "0.2.12"
+version = "0.2.13"
authors = ["nacho <nacho@ownyourbits.com>"]
description = "Command line tool to analyze disk usage"
repository = "https://github.com/nachoparker/dutree"