Update to rustc 1.17
As the dependency unicode-bidi requires rustc 1.17 as minimum version of the rust compiler, we have to update as well.
This commit is contained in:
parent
b4d0398333
commit
cfaed077dc
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ rust:
|
|||
|
||||
matrix:
|
||||
include:
|
||||
- rust: 1.15.0
|
||||
- rust: 1.17.0
|
||||
allow_failures:
|
||||
- rust: nightly
|
||||
|
||||
|
|
Loading…
Reference in a new issue