This commit is contained in:
Michael Zhang 2020-11-25 23:56:08 -06:00
parent 082efef439
commit a83bc49a39
Signed by: michael
GPG key ID: BDA47A31A3C8EE6B
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -186,7 +186,7 @@ checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
[[package]]
name = "garbage"
version = "0.3.0-rc"
version = "0.3.0-rc2"
dependencies = [
"chrono",
"chrono-humanize",

View file

@ -1,6 +1,6 @@
[package]
name = "garbage"
version = "0.3.0-rc"
version = "0.3.0-rc2"
authors = ["Michael Zhang <iptq@protonmail.com>"]
description = "cli tool for interacting with the freedesktop trashcan"
license = "MIT"