Add check for minimum rust version

This commit is contained in:
Aron Heinecke 2019-08-08 00:42:34 +02:00 committed by GitHub
parent 3821d511d0
commit 3ab8040fc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ matrix:
include:
- rust: stable
- rust: beta
- rust: 1.36.0
- rust: nightly-2019-06-15
allow_failures:
- rust: nightly-2019-06-15