Skip to content

Commit

Permalink
Prepare 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
paolobarbolini committed Jan 8, 2023
1 parent adbe36d commit 58dbd25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rusty-s3"
version = "0.3.2"
version = "0.3.3"
authors = ["Paolo Barbolini <[email protected]>", "Federico Guerinoni <[email protected]>"]
description = "Simple pure Rust AWS S3 Client following a Sans-IO approach"
keywords = ["aws", "s3", "minio"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![crates.io](https://img.shields.io/crates/v/rusty-s3.svg)](https://crates.io/crates/rusty-s3)
[![Documentation](https://docs.rs/rusty-s3/badge.svg)](https://docs.rs/rusty-s3)
[![dependency status](https://deps.rs/crate/rusty-s3/0.3.2/status.svg)](https://deps.rs/crate/rusty-s3/0.3.2)
[![dependency status](https://deps.rs/crate/rusty-s3/0.3.3/status.svg)](https://deps.rs/crate/rusty-s3/0.3.3)
[![Rustc Version 1.61+](https://img.shields.io/badge/rustc-1.61+-lightgray.svg)](https://blog.rust-lang.org/2022/05/19/Rust-1.61.0.html)
[![CI](https://github.com/paolobarbolini/rusty-s3/workflows/CI/badge.svg)](https://github.com/paolobarbolini/rusty-s3/actions?query=workflow%3ACI)
[![codecov](https://codecov.io/gh/paolobarbolini/rusty-s3/branch/main/graph/badge.svg?token=K0YPC21N8D)](https://codecov.io/gh/paolobarbolini/rusty-s3)
Expand Down

0 comments on commit 58dbd25

Please sign in to comment.