Skip to content

Commit 4f89c2b

Browse files
authored
Merge branch 'main' into bisect-canary-bdd
2 parents 2dcb989 + 1138e7a commit 4f89c2b

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)