Skip to content

Commit 771f4b3

Browse files
authored
Update canary MSRV to 1.86 (#1333)
<!-- IMPORTANT: > Making changes to examples? Be sure to make example changes in the awsdocs/aws-doc-sdk-examples repository (https://github.com/awsdocs/aws-doc-sdk-examples). The examples in aws-sdk-rust are copied from the `rust_dev_preview/` directory in that repository. > Making changes to code? All the code in aws-sdk-rust is auto-generated by smithy-rs (https://github.com/awslabs/smithy-rs). Changes to code need to be made in that repository. --> ## Motivation and Context <!-- Why is this change required? What problem does it solve? --> <!-- If it fixes an open issue, please link to the issue here --> Canary has been [failing](https://github.com/awslabs/aws-sdk-rust/actions/runs/16556969435/job/46819914469) due to MSRV. Updates canary to use 1.86. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
1 parent 83cae19 commit 771f4b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/canary.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches:
88
- "canary*"
99
env:
10-
tool_rust_version: 1.85.0
10+
tool_rust_version: 1.86.0
1111
rust_nightly_version: nightly-2025-05-04
1212

1313
jobs:

0 commit comments

Comments
 (0)