Skip to content

Commit

Permalink
chore(travis): set minimum rust version to 1.26 because of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Aug 30, 2018
1 parent 57556e6 commit b058919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b058919

Please sign in to comment.