Bump MSRV to 1.37
This commit is contained in:
parent
94d75378f6
commit
1c9ecafd32
4 changed files with 7 additions and 4 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue