Skip to content

Bump MSRV to 1.88.0#4367

Merged
ysaito1001 merged 10 commits intomainfrom
ysaito/bump-msrv-to-1-88-0
Oct 27, 2025
Merged

Bump MSRV to 1.88.0#4367
ysaito1001 merged 10 commits intomainfrom
ysaito/bump-msrv-to-1-88-0

Conversation

@ysaito1001
Copy link
Contributor

@ysaito1001 ysaito1001 commented Oct 27, 2025

Motivation and Context

Bumps MSRV to 1.88.0

Description

Although the number of files changed is large, the changes themselves are straightforward. During MSRV upgrade to 1.88.0, one of the clippy warnings enforced is clippy::uninlined_format_args, i.e. suggesting to update

format!("{}", a);

to

format!("{a}");

The PR swept through the codebase and updated almost all the occurrences, except for:

Testing

  • CI

Checklist

  • For changes to the smithy-rs codegen or runtime crates, I have created a changelog entry Markdown file in the .changelog directory, specifying "client," "server," or both in the applies_to key.
  • For changes to the AWS SDK, generated SDK code, or SDK runtime crates, I have created a changelog entry Markdown file in the .changelog directory, specifying "aws-sdk-rust" in the applies_to key.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@github-actions
Copy link

@ysaito1001 ysaito1001 marked this pull request as ready for review October 27, 2025 17:32
@ysaito1001 ysaito1001 requested review from a team as code owners October 27, 2025 17:32
@github-actions
Copy link

@ysaito1001 ysaito1001 merged commit 8490f68 into main Oct 27, 2025
50 checks passed
@ysaito1001 ysaito1001 deleted the ysaito/bump-msrv-to-1-88-0 branch October 27, 2025 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants