Skip to content

Commit 6f7792a

Browse files
authored
Merge pull request #59 from rust-embedded/msrv-1.31.0
MSRV 1.31
2 parents 149dfa5 + 7b58802 commit 6f7792a

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: rust
2-
sudo: false
32
rust:
4-
- 1.26.0
3+
- 1.31.1
54
- stable
65
- beta
76
- nightly

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Changed
66

77
- Migrated to 'tokio' crate.
8+
- Minimmum supported Rust version updated to 1.31
89

910
## [0.5.3] - 2018-04-19
1011

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@ The following features are planned for the library:
8484
- [x] Support for asynchronous polling using `mio` or `tokio` (requires
8585
enabling the `mio-evented` or `use_tokio` crate features, respectively)
8686

87+
## Minimum Supported Rust Version (MSRV)
88+
89+
This crate is guaranteed to compile on stable Rust 1.31 and up. It *might*
90+
compile with older versions but that may change in any new patch release.
91+
8792
## Cross Compiling
8893

8994
Most likely, the machine you are running on is not your development

0 commit comments

Comments
 (0)