From 56a18cf0543d022aacb5e9e5acfdecf943ca3596 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Harabie=C5=84?= Date: Mon, 20 Jul 2020 23:54:21 +0200 Subject: [PATCH] Try to fix Travis build --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index b643da3..0a3a919 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ matrix: - rust: 1.24.0 script: # Build only the library (examples may fail) + - cargo update - cargo update -p cfg-if --precise 0.1.9 - cargo update -p log --precise 0.4.8 - cargo build --verbose @@ -18,6 +19,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 - 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