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

Commit 9298d12

Browse files
bors[bot]eldruin
andauthored
Merge #29
29: Document MSRV on README r=adamgreig a=eldruin See: rust-embedded/wg#445 Co-authored-by: Diego Barrios Romero <eldruin@gmail.com>
2 parents 5dff051 + 231f49b commit 9298d12

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ matrix:
55
- env: TARGET=x86_64-unknown-linux-gnu
66
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
77
# MSRV
8-
rust: 1.31.0
8+
rust: 1.32.0
99

1010
before_install:
1111
- set -e

README.md

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

1212
## [Documentation](https://docs.rs/crate/itm)
1313

14+
## Minimum Supported Rust Version (MSRV)
15+
16+
This crate is guaranteed to compile on stable Rust 1.32.0 and up. It *might*
17+
compile with older versions but that may change in any new patch release.
18+
1419
## License
1520

1621
Licensed under either of

0 commit comments

Comments
 (0)