From d0d27bd5401c3953ec8446560de33121611fbf1d Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Sat, 3 Sep 2016 13:24:52 -0700 Subject: [PATCH] Bump min supported Rust version --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 68a1d6e..85e4c58 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,8 @@ language: rust sudo: false rust: - nightly - - 1.8.0 + - stable + - 1.9.0 script: - cargo test