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 11language : rust
2- sudo : false
32rust :
4- - 1.26.0
3+ - 1.31.1
54 - stable
65 - beta
76 - nightly
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
8994Most likely, the machine you are running on is not your development
You can’t perform that action at this time.
0 commit comments