Bump MSRV to 1.36.0

This commit is contained in:
Graham Esau 2020-09-21 08:42:07 +01:00
parent 7a1e02eefd
commit 5ca2d08013
8 changed files with 38 additions and 82 deletions

View file

@ -1,6 +1,6 @@
name: CI
on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]
jobs:
ci:
@ -8,13 +8,13 @@ jobs:
strategy:
matrix:
rust:
- 1.32.0
- 1.36.0
- stable
- beta
- nightly
include:
- rust: 1.32.0
test_features: "--features impl_json_schema,chrono,indexmap,either,uuid"
- rust: 1.36.0
test_features: "--all-features"
- rust: stable
test_features: "--all-features"
- rust: beta