Bump minimum rust version to 1.15 (#107)

This commit is contained in:
Arthur Silva
2017-04-26 11:35:10 -07:00
committed by Carl Lerche
parent 0b4185c716
commit 923d927bd1
+1 -1
View File
@@ -19,7 +19,7 @@ matrix:
#
# This job will also build and deploy the docs to gh-pages.
- env: TARGET=x86_64-unknown-linux-gnu
rust: 1.10.0
rust: 1.15.0
after_success:
- |
pip install 'travis-cargo<0.2' --user &&