Skip to content

Commit

Permalink
Edition 2021
Browse files Browse the repository at this point in the history
  • Loading branch information
durch committed Sep 1, 2024
1 parent 6411384 commit e7eac8f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ members = [
"s3",
"aws-region",
"aws-creds"
]
]

resolver = "2"
2 changes: 1 addition & 1 deletion aws-creds/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = "README.md"
keywords = ["AWS", "S3", "Wasabi", "Minio", "R2"]
license = "MIT"
documentation = "https://docs.rs/aws-creds/latest/awscreds/"
edition = "2018"
edition = "2021"

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

[lib]
name = "awsregion"
Expand Down
2 changes: 1 addition & 1 deletion s3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = "README.md"
keywords = ["S3", "Wasabi", "Minio", "GCP", "R2"]
license = "MIT"
documentation = "https://docs.rs/rust-s3/latest/s3/"
edition = "2018"
edition = "2021"

[lib]
name = "s3"
Expand Down

0 comments on commit e7eac8f

Please sign in to comment.