From 1b71f767341de399ef7f924fa298f61ab220eba5 Mon Sep 17 00:00:00 2001 From: Andrii Radyk Date: Tue, 4 Aug 2020 23:05:22 +0200 Subject: [PATCH] prepare to release 0.7.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bd5e978..72e982c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1155,7 +1155,7 @@ checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e" [[package]] name = "s3find" -version = "0.7.1" +version = "0.7.2" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index e9629fe..8e6ba23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "s3find" authors = ["Andrii Radyk "] -version = "0.7.1" +version = "0.7.2" description = """ A command line utility to walk an Amazon S3 hierarchy. s3find is an analog of find for Amazon S3.