From 3c2149b4311a2fe2d8371df755cb62e93233cb22 Mon Sep 17 00:00:00 2001 From: "andy.boot" Date: Sun, 19 Sep 2021 14:37:38 +0100 Subject: [PATCH] release hacking: drop version number back to 0.7.1, curious if i can reuse it when testing --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cae6904..c3e6cf4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -157,7 +157,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" [[package]] name = "du-dust" -version = "0.7.5" +version = "0.7.1" dependencies = [ "ansi_term 0.12.1", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 157236a..62510d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "du-dust" description = "A more intuitive version of du" -version = "0.7.5" +version = "0.7.1" authors = ["bootandy ", "nebkor "] edition = "2018" readme = "README.md"