Skip to content

Commit 6dad48e

Browse files
committed
ci: pin to lazy_static 1.1.0, redux
1 parent a3bccb1 commit 6dad48e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ci/script.sh

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ MSRV="1.20.0"
1010
# to build on Rust 1.20.0.
1111
if [ "$TRAVIS_RUST_VERSION" = "$MSRV" ]; then
1212
cargo update -p lazy_static --precise 1.1.0
13+
# On older versions of Cargo, this apparently needs to be run twice
14+
# if Cargo.lock didn't previously exist. Since this command should be
15+
# idempotent, we run it again unconditionally.
16+
cargo update -p lazy_static --precise 1.1.0
1317
fi
1418

1519
# Builds the regex crate and runs tests.

0 commit comments

Comments
 (0)