Add CI builds on rust 1.40 and 1.45

This commit is contained in:
David Tolnay 2020-09-30 12:48:42 -07:00
parent 7778dfd30b
commit 187d89863a
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -30,7 +30,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: [beta, stable, 1.36.0, 1.31.0]
rust: [beta, stable, 1.45.0, 1.40.0, 1.36.0, 1.31.0]
os: [ubuntu]
include:
- rust: stable