diff options
author | Daniel Mueller <deso@posteo.net> | 2019-12-29 09:22:57 -0800 |
---|---|---|
committer | Daniel Mueller <deso@posteo.net> | 2019-12-29 09:22:57 -0800 |
commit | 4ae7f49555583b0d02fe73354e79243980545b60 (patch) | |
tree | 36ea299e8a2c41ba0e2bc24f7b08ef987d088091 /lazy-static/.travis.yml | |
parent | 3602aa37413186da0973c069bd0edc701a240dfe (diff) | |
download | nitrocli-4ae7f49555583b0d02fe73354e79243980545b60.tar.gz nitrocli-4ae7f49555583b0d02fe73354e79243980545b60.tar.bz2 |
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
Diffstat (limited to 'lazy-static/.travis.yml')
-rw-r--r-- | lazy-static/.travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |