Skip to content

Commit

Permalink
Bumping MSRV to 1.76.0 (#1152)
Browse files Browse the repository at this point in the history
<!--

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 -->
Bumping MSRV to `1.76.0` to fix canary dependency build issue

By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.
  • Loading branch information
landonxjames committed May 21, 2024
1 parent eacde8d commit 42b74ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/canary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches:
- 'canary*'
env:
tool_rust_version: 1.75.0
tool_rust_version: 1.76.0
rust_nightly_version: nightly-2024-02-07

jobs:
Expand Down

0 comments on commit 42b74ef

Please sign in to comment.