forked from M-Labs/rust-fatfs
Fix CI for Rust 1.24.0
This commit is contained in:
parent
e4b72836f0
commit
01b4d0d6f1
@ -8,6 +8,7 @@ matrix:
|
|||||||
script:
|
script:
|
||||||
# Build only the library (examples may fail)
|
# Build only the library (examples may fail)
|
||||||
- cargo update
|
- cargo update
|
||||||
|
- cargo update -p byteorder --precise 1.3.4
|
||||||
- cargo update -p cfg-if --precise 0.1.9
|
- cargo update -p cfg-if --precise 0.1.9
|
||||||
- cargo update -p log --precise 0.4.8
|
- cargo update -p log --precise 0.4.8
|
||||||
- cargo build --verbose
|
- cargo build --verbose
|
||||||
|
Loading…
Reference in New Issue
Block a user