bump ver
This commit is contained in:
parent
00515d2f93
commit
b2a5c4b338
2 changed files with 14 additions and 14 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -192,7 +192,7 @@ checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
|
|||
|
||||
[[package]]
|
||||
name = "garbage"
|
||||
version = "0.3.0-rc2"
|
||||
version = "0.3.0-rc3"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"chrono-humanize",
|
||||
|
|
26
Cargo.toml
26
Cargo.toml
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "garbage"
|
||||
version = "0.3.0-rc2"
|
||||
authors = ["Michael Zhang <iptq@protonmail.com>"]
|
||||
version = "0.3.0-rc3"
|
||||
authors = ["Michael Zhang <mail@mzhang.io>"]
|
||||
description = "cli tool for interacting with the freedesktop trashcan"
|
||||
license = "MIT"
|
||||
edition = "2018"
|
||||
|
@ -11,16 +11,16 @@ name = "garbage"
|
|||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
chrono = "0.4"
|
||||
chrono = "0.4.19"
|
||||
chrono-humanize = "0.1.1"
|
||||
lazy_static = "1.4"
|
||||
libc = "0.2"
|
||||
libmount = "0.1"
|
||||
log = "0.4"
|
||||
percent-encoding = "2.1"
|
||||
lazy_static = "1.4.0"
|
||||
libc = "0.2.82"
|
||||
libmount = "0.1.15"
|
||||
log = "0.4.11"
|
||||
percent-encoding = "2.1.0"
|
||||
prettytable-rs = "0.8.0"
|
||||
stderrlog = "0.5.0"
|
||||
structopt = "0.3"
|
||||
thiserror = "1.0"
|
||||
walkdir = "2.3"
|
||||
xdg = "2.2"
|
||||
stderrlog = "0.5.1"
|
||||
structopt = "0.3.21"
|
||||
thiserror = "1.0.23"
|
||||
walkdir = "2.3.1"
|
||||
xdg = "2.2.0"
|
||||
|
|
Loading…
Reference in a new issue