mirror of https://github.com/fafhrd91/actix-net
Add check for minimum rust version
This commit is contained in:
parent
3821d511d0
commit
3ab8040fc5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue