Skip to content

Commit

Permalink
[smithy-rs] Rollup of 2 commits
Browse files Browse the repository at this point in the history
Includes commits:
  d0f45326 Add a new step description under `Contributing via Pull Requests` (#3582)
  7fbdcc2b Update MSRV section in SDK README (#3589)

Co-authored-by: John DiSanti <[email protected]>
Co-authored-by: ysaito1001 <[email protected]>
  • Loading branch information
3 people committed Apr 22, 2024
1 parent 37f3857 commit bf06714
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,10 @@ If you are interested in contributing to the SDK, please take a look at [CONTRIB

## Supported Rust Versions (MSRV)

The SDK currently requires a minimum of Rust 1.75.0, and is not guaranteed to build on compiler versions earlier than that. While we are still in alpha, we will be keeping the minimum compiler version two releases behind the latest stable release where possible (so if the latest stable were 1.55, we would be on 1.53). However, we are not making any guarantees around this at present. Increases in minimum required Rust version will be called out in the Release Notes for new releases of the SDK.
The SDK currently requires a minimum of Rust 1.75.0, and is not guaranteed to build on compiler versions
earlier than that. We keep the minimum compiler version two releases behind the latest stable release where
possible (so if the latest stable were 1.55, we would support 1.53). Increases in minimum required Rust
version will be called out in the Release Notes for new releases of the SDK.

## Additional Resources

Expand Down
2 changes: 1 addition & 1 deletion versions.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
smithy_rs_revision = '94ecd38c2518583042796b2b45c37947237e31dd'
smithy_rs_revision = '7fbdcc2b18886ac24e6f2ece06a3580df32bd077'
aws_doc_sdk_examples_revision = '85778d68832c75a9306cb32e10cbc9887840e2d4'

[manual_interventions]
Expand Down

0 comments on commit bf06714

Please sign in to comment.