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
436: Use standard wording for the MSRV note r=therealprof a=ra-kete
Part of [wg/#445](rust-embedded/wg#445).
svd2rust already has its MSRV documented and tested, but @adamgreig suggested updating it to use the standard wording. Since this is a special case in that the MSRV applies to the generated code, not svd2rust itself, the standard wording doesn't fully apply, so I changed it in a (hopefully) sensible way.
An open question is: Should we also document the MSRV of svd2rust itself? Looking at how the CI works, currently it's implicitly guaranteed to be the same version als the MSRV for the generated code, so we could just extend the note in the README to also include svd2rust itself.
Co-authored-by: Jan Teske <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,9 @@ This project is developed and maintained by the [Tools team][team].
11
11
12
12
# [API](https://docs.rs/svd2rust)
13
13
14
-
## Requirements
14
+
## Minimum Supported Rust Version (MSRV)
15
15
16
-
The **generated code** is intended to compile on all stable versions of Rust greater or equal to **1.37.0**, as well as the latest beta and the latest nightly.
16
+
The **generated code** is guaranteed to compile on stable Rust 1.37.0and up.
17
17
18
18
If you encounter compilation errors on any stable version newer than 1.37.0, please open an issue.
0 commit comments