From c381ebf6a3b92329a8a2805d842ff889e502f174 Mon Sep 17 00:00:00 2001 From: durch Date: Sat, 12 Feb 2022 23:04:35 +0100 Subject: [PATCH] s3 0.29.0 --- s3/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s3/Cargo.toml b/s3/Cargo.toml index cf45c39fd2..8cab4f3304 100644 --- a/s3/Cargo.toml +++ b/s3/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-s3" -version = "0.28.1" +version = "0.29.0" authors = ["Drazen Urch"] description = "Rust library for working with Amazon S3 and compatible object storage APIs" repository = "https://github.com/durch/rust-s3"