chore(travis): set minimum rust version to 1.26 because of dependencies

This commit is contained in:
Sean McArthur
2018-08-29 18:24:27 -07:00
parent 57556e6329
commit b05891906e

View File

@@ -13,7 +13,7 @@ matrix:
- rust: stable
env: FEATURES="--no-default-features"
# Minimum Supported Rust Version
- rust: 1.25.0
- rust: 1.26.0
env: FEATURES="--no-default-features --features runtime" BUILD_ONLY="1"
cache: