From e153faaaa1dedd0f40acc64903c4219c1cc5eb83 Mon Sep 17 00:00:00 2001 From: Viktor Holmgren Date: Fri, 24 Jan 2020 17:14:25 +0100 Subject: [PATCH] Update version to 0.5.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3d284f4..263f0e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -54,7 +54,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "cargo-sweep" -version = "0.4.1" +version = "0.5.0" dependencies = [ "cargo_metadata 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 39e148d..2ac3892 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cargo-sweep" description = "A tool for cleaning unused build files created by Cargo" -version = "0.4.1" +version = "0.5.0" edition = "2018" authors = ["holmgr "] keywords = ["tool", "cli", "cargo"]