From d9e5e41eceeb5867a5cb914615abb43df5e83824 Mon Sep 17 00:00:00 2001 From: durch Date: Mon, 24 Jun 2024 11:22:23 +0200 Subject: [PATCH] Bump to alpha.3 --- s3/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s3/Cargo.toml b/s3/Cargo.toml index 9bb327bf37..ea742e228f 100644 --- a/s3/Cargo.toml +++ b/s3/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-s3" -version = "0.35.0-alpha.2" +version = "0.35.0-alpha.3" authors = ["Drazen Urch"] description = "Rust library for working with AWS S3 and compatible object storage APIs" repository = "https://github.com/durch/rust-s3"