From 3f68c4bd273277e8d7790fa59d4376ff58302662 Mon Sep 17 00:00:00 2001
From: Carl Lerche <me@carllerche.com>
Date: Sat, 23 Jul 2016 10:03:30 -0700
Subject: [PATCH] Bump minimum supported Rust version

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index e9525a3..68a1d6e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,7 @@ language: rust
 sudo: false
 rust:
   - nightly
-  - 1.1.0
+  - 1.8.0
 
 script:
   - cargo test
-- 
GitLab