Fix the workaround for no_std build failure in travis

This commit is contained in:
Rafał Harabień 2019-06-20 02:41:08 +02:00
parent 44d01bb164
commit 0a68d8f0d5

View File

@ -16,7 +16,7 @@ matrix:
# nostd build # nostd build
# byteorder crate version is configured here to fix build in old nightly compiler # byteorder crate version is configured here to fix build in old nightly compiler
# See: https://github.com/BurntSushi/byteorder/pull/150 # 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
- cargo build --no-default-features --features core_io,alloc,core_io/collections - cargo build --no-default-features --features core_io,alloc,core_io/collections