Skip to content

Commit 57525a4

Browse files
committed
Bump rust-s3 to 0.37.2
1 parent af85774 commit 57525a4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ a `PUT` presigned URL, meaning they can upload to a specific key in S3 for the d
2626

2727
```toml
2828
[dependencies]
29-
rust-s3 = "0.37.1"
29+
rust-s3 = "0.37.2"
3030
```
3131

3232
Read and run examples from the `examples` folder, make sure you have valid credentials for the variant you're running.

s3/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rust-s3"
3-
version = "0.37.1"
3+
version = "0.37.2"
44
authors = ["Drazen Urch"]
55
description = "Rust library for working with AWS S3 and compatible object storage APIs"
66
repository = "https://github.com/durch/rust-s3"

0 commit comments

Comments
 (0)