From 9398aafe61c24723932a3e5b85f3f0d2e8612891 Mon Sep 17 00:00:00 2001
From: Jorge Aparicio <jorge@japaric.io>
Date: Thu, 9 Nov 2017 00:25:53 +0100
Subject: [PATCH] work around rust-lang/rust#45802

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

diff --git a/.travis.yml b/.travis.yml
index 2e740cf..9975862 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,8 @@ matrix:
       rust: nightly
 
     - env: TARGET=thumbv6m-none-eabi
-      rust: nightly
+      # work around rust-lang/rust#45802
+      rust: nightly-2017-11-01
       addons:
         apt:
           sources:
-- 
GitLab