From 66198fbb2e145598a092ae383ab01d4eca20456e Mon Sep 17 00:00:00 2001 From: Ashley Mannix Date: Fri, 3 Feb 2017 17:30:17 +1000 Subject: [PATCH] set min version to 1.13 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f683dc7..76d570c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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