Skip to content

Commit 1138e7a

Browse files
authored
Move MSRV policy to its own section of README (#4616)
## 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 --> Making MSRV policy more clear per request in #4615 ---- _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 be554d2 commit 1138e7a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Setup
1313

1414
1. `./gradlew` will setup gradle for you. JDK 17 is required.
1515
2. Running tests requires a working Rust installation. See [Rust docs](https://www.rust-lang.org/learn/get-started) for
16-
installation instructions on your platform. The MSRV (**M**inimum **S**upported **R**ust **V**ersion) for the crates in this project is `stable-2`, i.e. the current `stable` Rust version and the prior two versions. Older versions may work.
16+
installation instructions on your platform.
1717

1818
Development
1919
-----------
@@ -134,3 +134,6 @@ to generate more or less AWS service clients.
134134
```
135135

136136
The generated SDK will be placed in `aws/sdk/build/aws-sdk`.
137+
138+
### MSRV Policy
139+
The MSRV (**M**inimum **S**upported **R**ust **V**ersion) for the crates in this project is `stable-2`, i.e. the current `stable` Rust version and the prior two versions. Older versions may work. In rare circumstances our MSRV may exceed `stable-2` for security purposes (ex: to update a dependency for a security fix that requires an MSRV bump).

0 commit comments

Comments
 (0)