You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Setup
13
13
14
14
1.`./gradlew` will setup gradle for you. JDK 17 is required.
15
15
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.
17
17
18
18
Development
19
19
-----------
@@ -134,3 +134,6 @@ to generate more or less AWS service clients.
134
134
```
135
135
136
136
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