summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandy.boot <bootandy@gmail.com>2020-03-01 16:23:26 +0000
committerandy.boot <bootandy@gmail.com>2020-03-01 16:23:26 +0000
commit9452049aff81045ed78296cea07a35902238c30e (patch)
tree3a5552c8b04bac21c6a49ace593875f70c9e9147
parent09e3c27e70394909dc1b0405b5f52225c175bcea (diff)
Increment versionv0.5.1
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9160111..dac546f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -180,7 +180,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "du-dust"
-version = "0.5.0"
+version = "0.5.1"
dependencies = [
"ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
"assert_cli 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 24936c1..a5a4a2b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "du-dust"
description = "A more intuitive version of du"
-version = "0.5.0"
+version = "0.5.1"
authors = ["bootandy <bootandy@gmail.com>", "nebkor <code@ardent.nebcorp.com>"]
edition = "2018"