File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
language : rust
2
- sudo : false
3
2
rust :
4
- - 1.26.0
3
+ - 1.31.1
5
4
- stable
6
5
- beta
7
6
- nightly
Original file line number Diff line number Diff line change 5
5
### Changed
6
6
7
7
- Migrated to 'tokio' crate.
8
+ - Minimmum supported Rust version updated to 1.31
8
9
9
10
## [ 0.5.3] - 2018-04-19
10
11
Original file line number Diff line number Diff line change @@ -84,6 +84,11 @@ The following features are planned for the library:
84
84
- [x] Support for asynchronous polling using ` mio ` or ` tokio ` (requires
85
85
enabling the ` mio-evented ` or ` use_tokio ` crate features, respectively)
86
86
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
+
87
92
## Cross Compiling
88
93
89
94
Most likely, the machine you are running on is not your development
You can’t perform that action at this time.
0 commit comments