Loading CHANGELOG.next.toml +12 −0 Original line number Diff line number Diff line Loading @@ -22,3 +22,15 @@ message = "Fix link to Developer Guide in crate's README.md" references = ["smithy-rs#1262"] meta = { "breaking" = false, "tada" = false, "bug" = false } author = "liubin" [[smithy-rs]] message = "Update all runtime crates to [edition 2021](https://blog.rust-lang.org/2021/10/21/Rust-1.56.0.html)" references = ["smithy-rs#1154"] meta = { "breaking" = true, "tada" = false, "bug" = false } author = "Velfi" [[aws-sdk-rust]] message = "Update all SDK and runtime crates to [edition 2021](https://blog.rust-lang.org/2021/10/21/Rust-1.56.0.html)" references = ["smithy-rs#1154"] meta = { "breaking" = true, "tada" = false, "bug" = false } author = "Velfi" aws/rust-runtime/aws-config/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ name = "aws-config" version = "0.0.0-smithy-rs-head" authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"] description = "AWS SDK config and credential provider implementations." edition = "2018" edition = "2021" exclude = ["test-data/*", "integration-tests/*"] license = "Apache-2.0" repository = "https://github.com/awslabs/smithy-rs" Loading aws/rust-runtime/aws-config/fuzz/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ name = "aws-types-fuzz" version = "0.0.0" authors = ["Automatically generated"] publish = false edition = "2018" edition = "2021" [package.metadata] cargo-fuzz = true Loading aws/rust-runtime/aws-endpoint/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ name = "aws-endpoint" version = "0.0.0-smithy-rs-head" authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"] description = "AWS SDK endpoint support." edition = "2018" edition = "2021" license = "Apache-2.0" repository = "https://github.com/awslabs/smithy-rs" Loading aws/rust-runtime/aws-http/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ name = "aws-http" version = "0.0.0-smithy-rs-head" authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"] description = "HTTP specific AWS SDK behaviors." edition = "2018" edition = "2021" license = "Apache-2.0" repository = "https://github.com/awslabs/smithy-rs" Loading Loading
CHANGELOG.next.toml +12 −0 Original line number Diff line number Diff line Loading @@ -22,3 +22,15 @@ message = "Fix link to Developer Guide in crate's README.md" references = ["smithy-rs#1262"] meta = { "breaking" = false, "tada" = false, "bug" = false } author = "liubin" [[smithy-rs]] message = "Update all runtime crates to [edition 2021](https://blog.rust-lang.org/2021/10/21/Rust-1.56.0.html)" references = ["smithy-rs#1154"] meta = { "breaking" = true, "tada" = false, "bug" = false } author = "Velfi" [[aws-sdk-rust]] message = "Update all SDK and runtime crates to [edition 2021](https://blog.rust-lang.org/2021/10/21/Rust-1.56.0.html)" references = ["smithy-rs#1154"] meta = { "breaking" = true, "tada" = false, "bug" = false } author = "Velfi"
aws/rust-runtime/aws-config/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ name = "aws-config" version = "0.0.0-smithy-rs-head" authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"] description = "AWS SDK config and credential provider implementations." edition = "2018" edition = "2021" exclude = ["test-data/*", "integration-tests/*"] license = "Apache-2.0" repository = "https://github.com/awslabs/smithy-rs" Loading
aws/rust-runtime/aws-config/fuzz/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ name = "aws-types-fuzz" version = "0.0.0" authors = ["Automatically generated"] publish = false edition = "2018" edition = "2021" [package.metadata] cargo-fuzz = true Loading
aws/rust-runtime/aws-endpoint/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ name = "aws-endpoint" version = "0.0.0-smithy-rs-head" authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"] description = "AWS SDK endpoint support." edition = "2018" edition = "2021" license = "Apache-2.0" repository = "https://github.com/awslabs/smithy-rs" Loading
aws/rust-runtime/aws-http/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ name = "aws-http" version = "0.0.0-smithy-rs-head" authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"] description = "HTTP specific AWS SDK behaviors." edition = "2018" edition = "2021" license = "Apache-2.0" repository = "https://github.com/awslabs/smithy-rs" Loading