Skip to content
This repository was archived by the owner on Nov 14, 2020. It is now read-only.

Commit 3898c3d

Browse files
bors[bot]eldruin
andauthored
Merge #12
12: Add MSRV 1.31.0 to CI r=therealprof a=eldruin See: rust-embedded/wg#445 Co-authored-by: Diego Barrios Romero <eldruin@gmail.com>
2 parents be38ace + 73a4486 commit 3898c3d

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.travis.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,23 @@ matrix:
3232
rust: nightly
3333
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
3434

35+
# MSRV
36+
- env: TARGET=x86_64-unknown-linux-gnu
37+
rust: 1.31.0
38+
39+
- env: TARGET=thumbv7m-none-eabi
40+
rust: 1.31.0
41+
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
42+
43+
- env: TARGET=thumbv7em-none-eabi
44+
rust: 1.31.0
45+
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
46+
47+
- env: TARGET=thumbv7em-none-eabihf
48+
rust: 1.31.0
49+
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
50+
51+
3552
before_install: set -e
3653

3754
install:

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ This project is developed and maintained by the [Cortex-M team][team].
66

77
## [Documentation](https://docs.rs/panic-itm)
88

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

1116
Licensed under either of

0 commit comments

Comments
 (0)