Skip to content

Commit c40d634

Browse files
committed
Update build machinery and README file with 1.31 Rust version requirement.
1 parent 43e5a74 commit c40d634

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: rust
22
sudo: false
33
rust:
4-
- 1.26.0 # MSRV
4+
- 1.31.0 # MSRV
55
- stable
66
- beta
77
- nightly

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ The following features are implemented and planned for the library:
7676

7777
## Minimum Supported Rust Version (MSRV)
7878

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.
79+
This crate is guaranteed to compile on stable Rust 1.31 and up (as it requires
80+
marked as edition 2018).
8181

8282
## Cross Compiling
8383

0 commit comments

Comments
 (0)