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.
2 parents 74881d6 + 3d68152 commit 539aeb2Copy full SHA for 539aeb2
.travis.yml
@@ -8,6 +8,9 @@ matrix:
8
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
9
- rust: nightly
10
11
+ # MSRV
12
+ - rust: 1.31.0
13
+ if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
14
15
branches:
16
only:
README.md
@@ -7,6 +7,11 @@ MSP430, and RISCV teams][teams].
7
## [Change log](CHANGELOG.md)
+## Minimum Supported Rust Version (MSRV)
+
+This crate is guaranteed to compile on stable Rust 1.31.0 and up. It *might*
+compile with older versions but that may change in any new patch release.
## License
17
Licensed under either of
0 commit comments