bump CI minimum Rust to 1.27 for 'dyn' keyword

This commit is contained in:
Sean McArthur
2019-06-06 14:29:35 -07:00
parent 5759211ff8
commit 654a11c84c
+1 -1
View File
@@ -19,7 +19,7 @@ matrix:
# #
# This job will also build and deploy the docs to gh-pages. # This job will also build and deploy the docs to gh-pages.
- env: TARGET=x86_64-unknown-linux-gnu - env: TARGET=x86_64-unknown-linux-gnu
rust: 1.26.0 rust: 1.27.0
after_success: after_success:
- | - |
pip install 'travis-cargo<0.2' --user && pip install 'travis-cargo<0.2' --user &&