Skip to content

Commit 02b0658

Browse files
bors[bot]eldruin
andauthored
Merge #31
31: Document MSRV 1.26.2 r=nastevens a=eldruin See: rust-embedded/wg#445 Co-authored-by: Diego Barrios Romero <[email protected]>
2 parents 02f92d5 + 15cb71d commit 02b0658

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
@@ -3,6 +3,7 @@ sudo: false
33

44
rust:
55
- stable
6+
# MSRV
67
- 1.26.2
78

89
script:

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,11 @@ implemented in Rust (a modern systems programming language operating at the same
9696
level as C but with a type system providing greater productivity and
9797
reliability) and seeks to operate with a minimum of overhead.
9898

99+
## Minimum Supported Rust Version (MSRV)
100+
101+
This crate is guaranteed to compile on stable Rust 1.26.2 and up. It *might*
102+
compile with older versions but that may change in any new patch release.
103+
99104
## Contributing
100105

101106
Contributions are very welcome. See [CONTRIBUTING.md](CONTRINBUTING.md) for

0 commit comments

Comments
 (0)