From bd73f8a770a6a51c669237c0f372851073144d9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Harabie=C5=84?= Date: Mon, 20 Jul 2020 23:51:03 +0200 Subject: [PATCH] Fix log version in Travis for nightly-2018-03-07 build as well --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index ce346bd..b643da3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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