Skip to content

Commit 6d13f67

Browse files
bors[bot]eldruin
andauthored
Merge #8
8: Document MSRV r=paoloteti a=eldruin See: rust-embedded/wg#445 Co-authored-by: Diego Barrios Romero <[email protected]>
2 parents 0822390 + e2d303e commit 6d13f67

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,27 @@ language: rust
22

33
matrix:
44
include:
5+
# MSRV
56
- env: TARGET=x86_64-unknown-linux-gnu
67
rust: 1.31.0
78
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
89

10+
# MSRV
911
- env: TARGET=armv7r-none-eabi
1012
rust: 1.31.0
1113
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
1214

15+
# MSRV
1316
- env: TARGET=armv7r-none-eabihf
1417
rust: 1.31.0
1518
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
1619

20+
# MSRV
1721
- env: TARGET=armebv7r-none-eabi
1822
rust: 1.31.0
1923
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
2024

25+
# MSRV
2126
- env: TARGET=armebv7r-none-eabihf
2227
rust: 1.31.0
2328
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66

77
This project is developed and maintained by the [Cortex-R team][team].
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
The `arm-dcc` crate is distributed under the terms of both the MIT license and

0 commit comments

Comments
 (0)