From 4ae7f49555583b0d02fe73354e79243980545b60 Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Sun, 29 Dec 2019 09:22:57 -0800 Subject: Update lazy_static crate to 1.4.0 This change updates the lazy_static crate version to 1.4.0. Import subrepo lazy-static/:lazy-static at 421669662b35fcb455f2902daed2e20bbbba79b6 --- lazy-static/.travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lazy-static/.travis.yml') diff --git a/lazy-static/.travis.yml b/lazy-static/.travis.yml index f4c3c74..e4a0da3 100644 --- a/lazy-static/.travis.yml +++ b/lazy-static/.travis.yml @@ -1,7 +1,7 @@ language: rust matrix: include: - - rust: 1.24.1 + - rust: 1.27.2 - rust: stable script: - cargo test -- cgit v1.2.1