Skip to content

Commit d88c5f4

Browse files
authored
Bump README version
1 parent 771be16 commit d88c5f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
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.35"
29+
rust-s3 = "0.37"
3030
```
3131

3232
Read and run examples from the `examples` folder, make sure you have valid credentials for the variant you're running.
@@ -152,4 +152,4 @@ Each `GET` method has a `PUT` companion `sync` and `async` methods are generic o
152152

153153
| | |
154154
| --------------------------- | --------------------------------------------------------------------------------------------- |
155-
| `async/sync/async-blocking` | [head_object](https://docs.rs/rust-s3/latest/s3/bucket/struct.Bucket.html#method.head_object) |
155+
| `async/sync/async-blocking` | [head_object](https://docs.rs/rust-s3/latest/s3/bucket/struct.Bucket.html#method.head_object) |

0 commit comments

Comments
 (0)