Skip to content

Commit

Permalink
Prepare 0.2.0 (#38)
Browse files Browse the repository at this point in the history
* Prepare 0.2.0

* Remove doc(html_root_url)
  • Loading branch information
paolobarbolini authored Nov 11, 2021
1 parent 5bf39db commit 52c162a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 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.1.2"
version = "0.2.0"
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.1.2/status.svg)](https://deps.rs/crate/rusty-s3/0.1.2)
[![dependency status](https://deps.rs/crate/rusty-s3/0.2.0/status.svg)](https://deps.rs/crate/rusty-s3/0.2.0)
[![Rustc Version 1.52.1+](https://img.shields.io/badge/rustc-1.52.1+-lightgray.svg)](https://blog.rust-lang.org/2021/05/06/Rust-1.52.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
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
rustdoc::broken_intra_doc_links
)]
#![forbid(unsafe_code)]
#![doc(html_root_url = "https://docs.rs/rusty-s3/0.1.2")]

pub use self::actions::S3Action;
pub use self::bucket::{Bucket, UrlStyle};
Expand Down

0 comments on commit 52c162a

Please sign in to comment.