Loading CHANGELOG.md +1 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ vNext (Month Day, Year) **TODO Next Release:** - Update README & aws-sdk-rust CI for MSRV upgrade to 1.54 - Fixed links to Usage Examples (smithy-rs#862, @floric) **Breaking Changes** Loading aws/SDK_CHANGELOG.md +1 −0 Original line number Diff line number Diff line vNext (Month Day, Year) ======================= - Update README & aws-sdk-rust CI for MSRV upgrade to 1.54 - Fixed links to Usage Examples (smithy-rs#862, @floric) **Breaking Changes** Loading aws/sdk-codegen/src/main/kotlin/software/amazon/smithy/rustsdk/AwsReadmeDecorator.kt +2 −2 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ class AwsReadmeDecorator : RustCodegenDecorator { ## Getting Started > Examples are available for many services and operations, check out the > [examples folder in GitHub](https://github.com/awslabs/aws-sdk-rust/tree/main/sdk/examples). > [examples folder in GitHub](https://github.com/awslabs/aws-sdk-rust/tree/main/examples). The SDK provides one crate per AWS service. You must add [Tokio](https://crates.io/crates/tokio) as a dependency within your Rust project to execute asynchronous code. To add `$moduleName` to Loading @@ -79,7 +79,7 @@ class AwsReadmeDecorator : RustCodegenDecorator { * [GitHub discussions](https://github.com/awslabs/aws-sdk-rust/discussions) - For ideas, RFCs & general questions * [GitHub issues](https://github.com/awslabs/aws-sdk-rust/issues/new/choose) – For bug reports & feature requests * [Generated Docs (latest version)](https://awslabs.github.io/aws-sdk-rust/) * [Usage examples](https://github.com/awslabs/aws-sdk-rust/tree/main/sdk/examples) * [Usage examples](https://github.com/awslabs/aws-sdk-rust/tree/main/examples) ## License Loading Loading
CHANGELOG.md +1 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ vNext (Month Day, Year) **TODO Next Release:** - Update README & aws-sdk-rust CI for MSRV upgrade to 1.54 - Fixed links to Usage Examples (smithy-rs#862, @floric) **Breaking Changes** Loading
aws/SDK_CHANGELOG.md +1 −0 Original line number Diff line number Diff line vNext (Month Day, Year) ======================= - Update README & aws-sdk-rust CI for MSRV upgrade to 1.54 - Fixed links to Usage Examples (smithy-rs#862, @floric) **Breaking Changes** Loading
aws/sdk-codegen/src/main/kotlin/software/amazon/smithy/rustsdk/AwsReadmeDecorator.kt +2 −2 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ class AwsReadmeDecorator : RustCodegenDecorator { ## Getting Started > Examples are available for many services and operations, check out the > [examples folder in GitHub](https://github.com/awslabs/aws-sdk-rust/tree/main/sdk/examples). > [examples folder in GitHub](https://github.com/awslabs/aws-sdk-rust/tree/main/examples). The SDK provides one crate per AWS service. You must add [Tokio](https://crates.io/crates/tokio) as a dependency within your Rust project to execute asynchronous code. To add `$moduleName` to Loading @@ -79,7 +79,7 @@ class AwsReadmeDecorator : RustCodegenDecorator { * [GitHub discussions](https://github.com/awslabs/aws-sdk-rust/discussions) - For ideas, RFCs & general questions * [GitHub issues](https://github.com/awslabs/aws-sdk-rust/issues/new/choose) – For bug reports & feature requests * [Generated Docs (latest version)](https://awslabs.github.io/aws-sdk-rust/) * [Usage examples](https://github.com/awslabs/aws-sdk-rust/tree/main/sdk/examples) * [Usage examples](https://github.com/awslabs/aws-sdk-rust/tree/main/examples) ## License Loading