forked from M-Labs/rust-fatfs
Fix the workaround for no_std build failure in travis
This commit is contained in:
parent
44d01bb164
commit
0a68d8f0d5
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user