Skip to content

Commit 53bcd5f

Browse files
committed
Document MSRV 1.31.0
1 parent 071b319 commit 53bcd5f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ language: rust
22

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

README.md

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

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

914
Licensed under either of

0 commit comments

Comments
 (0)