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:
Matthias Beyer 2017-07-07 17:54:44 +02:00
parent b4d0398333
commit cfaed077dc
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ rust:
matrix:
include:
- rust: 1.15.0
- rust: 1.17.0
allow_failures:
- rust: nightly