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.52.1 rust_version: 1.53.0 rust_toolchain_components: clippy,rustfmt java_version: 11 Loading CHANGELOG.md +4 −0 Original line number Diff line number Diff line vNext (Month Day, Year) ======================= **Breaking changes** - :warning: MSRV increased from 1.52.1 to 1.53.0 per our 3-behind MSRV policy. **New this week** - :bug: Fix an issue where `smithy-xml` may have generated invalid XML (smithy-rs#719) v0.24 (September 24th, 2021) Loading aws/SDK_CHANGELOG.md +5 −0 Original line number Diff line number Diff line vNext (Month Day, Year) ======================= **Breaking changes** - :warning: MSRV increased from 1.52.1 to 1.53.0 per our 3-behind MSRV policy. **Tasks to cut release** - [ ] Bump MSRV on aws-sdk-rust, then delete this line. v0.0.19-alpha (September 24th, 2021) ==================================== Loading aws/rust-runtime/aws-config/src/meta/credentials/chain.rs +1 −1 Original line number Diff line number Diff line Loading @@ -90,7 +90,7 @@ impl CredentialsProviderChain { } } } return Err(CredentialsError::CredentialsNotLoaded); Err(CredentialsError::CredentialsNotLoaded) } } Loading aws/rust-runtime/aws-config/src/profile/credentials/exec.rs +2 −4 Original line number Diff line number Diff line Loading @@ -151,12 +151,10 @@ pub mod named { } fn lower_cow(mut inp: Cow<str>) -> Cow<str> { if inp.chars().all(|c| c.is_ascii_lowercase()) { inp } else { if !inp.chars().all(|c| c.is_ascii_lowercase()) { inp.to_mut().make_ascii_lowercase(); inp } inp } impl NamedProviderFactory { Loading 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.52.1 rust_version: 1.53.0 rust_toolchain_components: clippy,rustfmt java_version: 11 Loading
CHANGELOG.md +4 −0 Original line number Diff line number Diff line vNext (Month Day, Year) ======================= **Breaking changes** - :warning: MSRV increased from 1.52.1 to 1.53.0 per our 3-behind MSRV policy. **New this week** - :bug: Fix an issue where `smithy-xml` may have generated invalid XML (smithy-rs#719) v0.24 (September 24th, 2021) Loading
aws/SDK_CHANGELOG.md +5 −0 Original line number Diff line number Diff line vNext (Month Day, Year) ======================= **Breaking changes** - :warning: MSRV increased from 1.52.1 to 1.53.0 per our 3-behind MSRV policy. **Tasks to cut release** - [ ] Bump MSRV on aws-sdk-rust, then delete this line. v0.0.19-alpha (September 24th, 2021) ==================================== Loading
aws/rust-runtime/aws-config/src/meta/credentials/chain.rs +1 −1 Original line number Diff line number Diff line Loading @@ -90,7 +90,7 @@ impl CredentialsProviderChain { } } } return Err(CredentialsError::CredentialsNotLoaded); Err(CredentialsError::CredentialsNotLoaded) } } Loading
aws/rust-runtime/aws-config/src/profile/credentials/exec.rs +2 −4 Original line number Diff line number Diff line Loading @@ -151,12 +151,10 @@ pub mod named { } fn lower_cow(mut inp: Cow<str>) -> Cow<str> { if inp.chars().all(|c| c.is_ascii_lowercase()) { inp } else { if !inp.chars().all(|c| c.is_ascii_lowercase()) { inp.to_mut().make_ascii_lowercase(); inp } inp } impl NamedProviderFactory { Loading