Bump MSRV to 1.37

This commit is contained in:
Graham Esau 2021-03-21 13:25:55 +00:00
parent 94d75378f6
commit 1c9ecafd32
4 changed files with 7 additions and 4 deletions

View file

@ -8,12 +8,12 @@ jobs:
strategy:
matrix:
rust:
- 1.36.0
- 1.37.0
- stable
- beta
- nightly
include:
- rust: 1.36.0
- rust: 1.37.0
test_features: "--all-features"
allow_failure: false
- rust: stable