-
- Downloads
Update MSRV to 1.66.1 (#2468)
* update: MSRV to 1.66.1 * add: CHANGELOG.next.toml entry * update: Dockerfile too * fix: clippy lints * fix: sigv4 event_stream.rs clippy lint update: codegen clippy lint allowlist * fix: doc lint that's nightly only add: docs for aws-smithy-http add: docs for aws-smithy-client add: docs for aws-smithy-async * add: more missing docs. * fix: add more missing docs * remove: unnecessary & in HttpBindingGenerator fix: lint name * fix: another doc import * fix: test broken by changing compiler error * fix: even more lints\nadd: lint warns to all smithy runtime crates * fix: broken doc links * fix: clippy bug * fix: don't use modules named lib in codegen tests * fix: the paginator_canary.rs unnecessary cast
Showing
- .github/workflows/ci.yml 1 addition, 1 deletion.github/workflows/ci.yml
- .github/workflows/claim-crate-names.yml 1 addition, 1 deletion.github/workflows/claim-crate-names.yml
- .github/workflows/pull-request-bot.yml 1 addition, 1 deletion.github/workflows/pull-request-bot.yml
- .github/workflows/release.yml 1 addition, 1 deletion.github/workflows/release.yml
- .github/workflows/update-sdk-next.yml 1 addition, 1 deletion.github/workflows/update-sdk-next.yml
- CHANGELOG.next.toml 12 additions, 0 deletionsCHANGELOG.next.toml
- aws/rust-runtime/aws-config/Cargo.toml 1 addition, 1 deletionaws/rust-runtime/aws-config/Cargo.toml
- aws/rust-runtime/aws-config/src/imds/credentials.rs 2 additions, 3 deletionsaws/rust-runtime/aws-config/src/imds/credentials.rs
- aws/rust-runtime/aws-config/src/meta/credentials/chain.rs 4 additions, 6 deletionsaws/rust-runtime/aws-config/src/meta/credentials/chain.rs
- aws/rust-runtime/aws-config/src/profile/parser.rs 4 additions, 4 deletionsaws/rust-runtime/aws-config/src/profile/parser.rs
- aws/rust-runtime/aws-config/src/profile/parser/source.rs 3 additions, 3 deletionsaws/rust-runtime/aws-config/src/profile/parser/source.rs
- aws/rust-runtime/aws-sigv4/src/event_stream.rs 1 addition, 1 deletionaws/rust-runtime/aws-sigv4/src/event_stream.rs
- aws/rust-runtime/aws-sigv4/src/sign.rs 1 addition, 1 deletionaws/rust-runtime/aws-sigv4/src/sign.rs
- aws/rust-runtime/aws-types/build.rs 2 additions, 2 deletionsaws/rust-runtime/aws-types/build.rs
- aws/sdk/integration-tests/s3/Cargo.toml 1 addition, 1 deletionaws/sdk/integration-tests/s3/Cargo.toml
- aws/sdk/integration-tests/using-native-tls-instead-of-rustls/tests/no-rustls-in-dependency.rs 1 addition, 1 deletion...ve-tls-instead-of-rustls/tests/no-rustls-in-dependency.rs
- codegen-client/src/test/kotlin/software/amazon/smithy/rust/codegen/client/smithy/generators/ClientEnumGeneratorTest.kt 6 additions, 6 deletions...degen/client/smithy/generators/ClientEnumGeneratorTest.kt
- codegen-core/src/main/kotlin/software/amazon/smithy/rust/codegen/core/smithy/customizations/AllowLintsCustomization.kt 3 additions, 6 deletions...gen/core/smithy/customizations/AllowLintsCustomization.kt
- codegen-core/src/main/kotlin/software/amazon/smithy/rust/codegen/core/smithy/generators/http/HttpBindingGenerator.kt 1 addition, 1 deletion...degen/core/smithy/generators/http/HttpBindingGenerator.kt
- codegen-core/src/main/kotlin/software/amazon/smithy/rust/codegen/core/testutil/Rust.kt 1 addition, 1 deletion...software/amazon/smithy/rust/codegen/core/testutil/Rust.kt
Loading
Please register or sign in to comment