set min version to 1.13

This commit is contained in:
Ashley Mannix 2017-02-03 17:30:17 +10:00
parent 898e266e02
commit 66198fbb2e
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ sudo: false
rust:
# 1.8.0 is the earliest known version that Cargo does work for the current crates.io-index repo.
# probably older versions work, but we are forced to use this as the minimum for Cargo...
- 1.8.0
- 1.13.0
- stable
- beta
- nightly