Skip to content

Commit 539aeb2

Browse files
bors[bot]teskje
andauthored
Merge #31
31: 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 74881d6 + 3d68152 commit 539aeb2

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ matrix:
88
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
99
- rust: nightly
1010
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
11+
# MSRV
12+
- rust: 1.31.0
13+
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
1114

1215
branches:
1316
only:

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ MSP430, and RISCV teams][teams].
77

88
## [Change log](CHANGELOG.md)
99

10+
## Minimum Supported Rust Version (MSRV)
11+
12+
This crate is guaranteed to compile on stable Rust 1.31.0 and up. It *might*
13+
compile with older versions but that may change in any new patch release.
14+
1015
## License
1116

1217
Licensed under either of

0 commit comments

Comments
 (0)