Skip to content

Commit a0618f9

Browse files
bors[bot]teskje
andauthored
Merge #436
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]>
2 parents 67a0df0 + f84310e commit a0618f9

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ matrix:
5858
# - env: TARGET=x86_64-unknown-linux-musl
5959

6060
# OSX
61-
- env: TARGET=i686-apple-darwin
62-
os: osx
6361
- env: TARGET=x86_64-apple-darwin
6462
os: osx
6563

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ This project is developed and maintained by the [Tools team][team].
1111

1212
# [API](https://docs.rs/svd2rust)
1313

14-
## Requirements
14+
## Minimum Supported Rust Version (MSRV)
1515

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.0 and up.
1717

1818
If you encounter compilation errors on any stable version newer than 1.37.0, please open an issue.
1919

0 commit comments

Comments
 (0)