From 01fdf34ace2207b0004fa624a3574d7f547d6bd2 Mon Sep 17 00:00:00 2001 From: Andrii Radyk Date: Wed, 25 Mar 2020 00:18:09 +0100 Subject: [PATCH] release 0.6.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 550cdd2..baf9f0d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1043,7 +1043,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "s3find" -version = "0.5.2" +version = "0.6.0" dependencies = [ "chrono 0.4.11 (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 ff0315a..3f49c18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "s3find" authors = ["Andrii Radyk "] -version = "0.5.2" +version = "0.6.0" description = """ A command line utility to walk an Amazon S3 hierarchy. s3find is an analog of find for Amazon S3.