Bump MSRV to 1.40.0

This commit is contained in:
Lucien Greathouse
2020-02-19 23:22:51 -08:00
parent 57263905e7
commit 3a029caf2b
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
rust_version: [stable, "1.36.0"]
rust_version: [stable, "1.40.0"]
steps:
- uses: actions/checkout@v1