summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-02-23 07:45:43 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-02-23 07:45:43 +0800
commita37e68d7cd1c1884a0803bb05e1a333fec259ce3 (patch)
tree79a48b6211b76e623abcfc355da9fe1fa1cfc0bb /Cargo.toml
parent4298271100197a2dec7b6bee296f4395ba7fcdcd (diff)
dependency update, version bumpv2.3.1
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 53c7094..a1887fe 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,9 +1,9 @@
[package]
name = "dua-cli"
-version = "2.3.1-alpha.0"
+version = "2.3.1"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
edition = "2018"
-include = ["src/**/*", "Cargo.*"]
+include = ["src/**/*", "Cargo.*", "*.md"]
repository = "https://github.com/Byron/dua-cli"
readme = "README.md"
description = "A tool to conveniently learn about the disk usage of directories, fast!"