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

Commit 5909463

Browse files
committed
Add MSRV 1.33.0 to CI
1 parent 4e77e2f commit 5909463

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

.travis.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,32 @@ matrix:
5050
rust: nightly
5151
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
5252

53+
# MSRV
54+
- env: TARGET=x86_64-unknown-linux-gnu
55+
rust: 1.33.0
56+
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
57+
58+
- env: TARGET=thumbv6m-none-eabi
59+
rust: 1.33.0
60+
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
61+
62+
- env: TARGET=thumbv7m-none-eabi
63+
rust: 1.33.0
64+
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
65+
66+
- env: TARGET=thumbv7em-none-eabi
67+
rust: 1.33.0
68+
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
69+
70+
- env: TARGET=thumbv7em-none-eabihf
71+
rust: 1.33.0
72+
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
73+
74+
- env: TARGET=thumbv8m.main-none-eabi
75+
rust: 1.33.0
76+
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
77+
78+
5379
before_install: set -e
5480

5581
install:

README.md

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

1010
## [Documentation](https://docs.rs/cortex-m-semihosting)
1111

12+
# Minimum Supported Rust Version (MSRV)
13+
14+
This crate is guaranteed to compile on stable Rust 1.33.0 and up. It *might*
15+
compile with older versions but that may change in any new patch release.
16+
1217
## License
1318

1419
Licensed under either of

0 commit comments

Comments
 (0)