diff --git a/.travis.yml b/.travis.yml index a4a761f2..86899df9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -58,8 +58,6 @@ matrix: # - env: TARGET=x86_64-unknown-linux-musl # OSX - - env: TARGET=i686-apple-darwin - os: osx - env: TARGET=x86_64-apple-darwin os: osx diff --git a/README.md b/README.md index 81458e00..2ecc1f02 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ This project is developed and maintained by the [Tools team][team]. # [API](https://docs.rs/svd2rust) -## Requirements +## Minimum Supported Rust Version (MSRV) -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. +The **generated code** is guaranteed to compile on stable Rust 1.37.0 and up. If you encounter compilation errors on any stable version newer than 1.37.0, please open an issue.