From 0a68d8f0d56396230fd55c3c093a6143be67b40b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Harabie=C5=84?= Date: Thu, 20 Jun 2019 02:41:08 +0200 Subject: [PATCH] Fix the workaround for no_std build failure in travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e44c303..c716d0e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ matrix: # nostd build # byteorder crate version is configured here to fix build in old nightly compiler # See: https://github.com/BurntSushi/byteorder/pull/150 - - cargo update -p byteorder --precise 1.2.7 + - cargo update && cargo update -p byteorder --precise 1.2.7 - cargo build --no-default-features --features core_io - cargo build --no-default-features --features core_io,alloc,core_io/collections