Loading .github/workflows/ci-sdk.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ on: name: AWS SDK CI env: rust_version: 1.54.0 rust_version: 1.56.1 rust_toolchain_components: clippy,rustfmt java_version: 11 Loading .github/workflows/ci.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ on: name: CI env: rust_version: 1.54.0 rust_version: 1.56.1 rust_toolchain_components: clippy,rustfmt java_version: 11 Loading .github/workflows/pull-request-bot.yml +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ on: - synchronize env: java_version: 11 rust_version: 1.54.0 rust_version: 1.56.1 jobs: generate-diff: Loading CHANGELOG.next.toml +12 −0 Original line number Diff line number Diff line Loading @@ -10,3 +10,15 @@ # references = ["smithy-rs#920"] # meta = { "breaking" = false, "tada" = false, "bug" = false } # author = "rcoh" [[aws-sdk-rust]] message = "MSRV increased from `1.54` to `1.56.1` per our 2-behind MSRV policy." references = ["smithy-rs#1130"] meta = { "breaking" = true, "tada" = false, "bug" = false } author = "jdisanti" [[smithy-rs]] message = "MSRV increased from `1.54` to `1.56.1` per our 2-behind MSRV policy." references = ["smithy-rs#1130"] meta = { "breaking" = true, "tada" = false, "bug" = false } author = "jdisanti" aws/rust-runtime/aws-http/src/lib.rs +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ #![warn( missing_docs, missing_crate_level_docs, rustdoc::missing_crate_level_docs, missing_debug_implementations, rust_2018_idioms, unreachable_pub Loading Loading
.github/workflows/ci-sdk.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ on: name: AWS SDK CI env: rust_version: 1.54.0 rust_version: 1.56.1 rust_toolchain_components: clippy,rustfmt java_version: 11 Loading
.github/workflows/ci.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ on: name: CI env: rust_version: 1.54.0 rust_version: 1.56.1 rust_toolchain_components: clippy,rustfmt java_version: 11 Loading
.github/workflows/pull-request-bot.yml +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ on: - synchronize env: java_version: 11 rust_version: 1.54.0 rust_version: 1.56.1 jobs: generate-diff: Loading
CHANGELOG.next.toml +12 −0 Original line number Diff line number Diff line Loading @@ -10,3 +10,15 @@ # references = ["smithy-rs#920"] # meta = { "breaking" = false, "tada" = false, "bug" = false } # author = "rcoh" [[aws-sdk-rust]] message = "MSRV increased from `1.54` to `1.56.1` per our 2-behind MSRV policy." references = ["smithy-rs#1130"] meta = { "breaking" = true, "tada" = false, "bug" = false } author = "jdisanti" [[smithy-rs]] message = "MSRV increased from `1.54` to `1.56.1` per our 2-behind MSRV policy." references = ["smithy-rs#1130"] meta = { "breaking" = true, "tada" = false, "bug" = false } author = "jdisanti"
aws/rust-runtime/aws-http/src/lib.rs +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ #![warn( missing_docs, missing_crate_level_docs, rustdoc::missing_crate_level_docs, missing_debug_implementations, rust_2018_idioms, unreachable_pub Loading