Fix log version in Travis for nightly-2018-03-07 build as well

This commit is contained in:
Rafał Harabień 2020-07-20 23:51:03 +02:00
parent d942cabd82
commit bd73f8a770

View File

@ -20,6 +20,7 @@ matrix:
# See: https://github.com/BurntSushi/byteorder/pull/150
- cargo update -p byteorder --precise 1.2.7
- cargo update -p cfg-if --precise 0.1.9
- cargo update -p log --precise 0.4.8
- cargo build --verbose --no-default-features --features core_io
- cargo build --verbose --no-default-features --features core_io,alloc
- rust: nightly-2019-07-01