diff options
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 |