Fix CI for Rust 1.24.0

This commit is contained in:
Rafał Harabień 2021-01-22 21:53:02 +01:00
parent e4b72836f0
commit 01b4d0d6f1

View File

@ -8,6 +8,7 @@ matrix:
script:
# Build only the library (examples may fail)
- cargo update
- cargo update -p byteorder --precise 1.3.4
- cargo update -p cfg-if --precise 0.1.9
- cargo update -p log --precise 0.4.8
- cargo build --verbose