We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43e5a74 commit c40d634Copy full SHA for c40d634
.travis.yml
@@ -1,7 +1,7 @@
1
language: rust
2
sudo: false
3
rust:
4
- - 1.26.0 # MSRV
+ - 1.31.0 # MSRV
5
- stable
6
- beta
7
- nightly
README.md
@@ -76,8 +76,8 @@ The following features are implemented and planned for the library:
76
77
## Minimum Supported Rust Version (MSRV)
78
79
-This crate is guaranteed to compile on stable Rust 1.26 and up. It *might*
80
-compile with older versions but that may change in any new patch release.
+This crate is guaranteed to compile on stable Rust 1.31 and up (as it requires
+marked as edition 2018).
81
82
## Cross Compiling
83
0 commit comments