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"