From a83bc49a3936093671b081632a369338ef644435 Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Wed, 25 Nov 2020 23:56:08 -0600 Subject: [PATCH] zz --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fea4482..3c6c7cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -186,7 +186,7 @@ checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" [[package]] name = "garbage" -version = "0.3.0-rc" +version = "0.3.0-rc2" dependencies = [ "chrono", "chrono-humanize", diff --git a/Cargo.toml b/Cargo.toml index e3e0c86..ca4e368 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "garbage" -version = "0.3.0-rc" +version = "0.3.0-rc2" authors = ["Michael Zhang "] description = "cli tool for interacting with the freedesktop trashcan" license = "MIT"