We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 071b319 commit 53bcd5fCopy full SHA for 53bcd5f
.travis.yml
@@ -2,6 +2,7 @@ language: rust
2
3
matrix:
4
include:
5
+ # MSRV
6
- env: TARGET=x86_64-unknown-linux-gnu
7
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
8
rust: 1.31.0
README.md
@@ -4,6 +4,11 @@
This project is developed and maintained by the [Cortex-R team][team].
+# Minimum Supported Rust Version (MSRV)
+
9
+This crate is guaranteed to compile on stable Rust 1.31.0 and up. It *might*
10
+compile with older versions but that may change in any new patch release.
11
12
## License
13
14
Licensed under either of
0 commit comments