Skip to content
This repository was archived by the owner on Jul 2, 2021. It is now read-only.

Commit adc8f8a

Browse files
bors[bot]teskje
andauthored
Merge #22
22: Document and test MSRV 1.31.0 r=almindor a=ra-kete Part of [wg/#445](rust-embedded/wg#445). Co-authored-by: Jan Teske <[email protected]>
2 parents 4a118b8 + ced6a76 commit adc8f8a

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ matrix:
66
include:
77
- rust: stable
88
- rust: nightly
9+
# MSRV
10+
- rust: 1.31.0
911

1012
branches:
1113
only:

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ teams][teams].
2424

2525
## [Documentation](https://docs.rs/r0)
2626

27+
## Minimum Supported Rust Version (MSRV)
28+
29+
This crate is guaranteed to compile on stable Rust 1.31.0 and up. It *might*
30+
compile with older versions but that may change in any new patch release.
31+
2732
## License
2833

2934
Licensed under either of

0 commit comments

Comments
 (0)