Skip to content

Commit

Permalink
Fix crates.io documentation links
Browse files Browse the repository at this point in the history
  • Loading branch information
durch committed Apr 9, 2023
1 parent f46eda9 commit cdfa8c8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions aws-creds/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "aws-creds"
version = "0.35.0"
version = "0.35.1"
authors = ["Drazen Urch"]
description = "Tiny Rust library for working with Amazon IAM credential,s, supports `s3` crate"
repository = "https://github.com/durch/rust-s3"
readme = "README.md"
keywords = ["AWS", "S3", "Wasabi", "Minio", "R2"]
license = "MIT"
documentation = "https://durch.github.io/rust-s3/"
documentation = "https://docs.rs/aws-creds/latest/awscreds/"
edition = "2018"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion aws-region/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repository = "https://github.com/durch/rust-s3"
readme = "README.md"
keywords = ["Amazon", "AWS", "S3", "R2", "Minio"]
license = "MIT"
documentation = "https://durch.github.io/rust-s3/"
documentation = "https://docs.rs/aws-region/latest/awsregion/"
edition = "2018"

[lib]
Expand Down
4 changes: 2 additions & 2 deletions s3/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "rust-s3"
version = "0.34.0-beta2"
version = "0.34.0-beta3"
authors = ["Drazen Urch"]
description = "Rust library for working with AWS S3 and compatible object storage APIs"
repository = "https://github.com/durch/rust-s3"
readme = "README.md"
keywords = ["S3", "Wasabi", "Minio", "GCP", "R2"]
license = "MIT"
documentation = "https://durch.github.io/rust-s3/s3/"
documentation = "https://docs.rs/aws-creds/latest/awscreds/"
edition = "2018"

[lib]
Expand Down

0 comments on commit cdfa8c8

Please sign in to comment.