Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/walkdir.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2018-08-05 05:44:04 +0300
committerAndrew Gallant <jamslam@gmail.com>2018-08-05 05:44:04 +0300
commit19f24b860e0b210866439c23df5be928eabce1f3 (patch)
treecb1d079713f914c2cf97363efaf8c5ddb4b7e491
parent4b21b55f2180bdd27d99a8999ae390a0568658da (diff)
msrv: bump minimum Rust to 1.23
lazy_static increased there's, so we might as we do ours.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 7cdbe8f..42b1d4d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,7 @@ language: rust
matrix:
include:
- os: linux
- rust: 1.17.0
+ rust: 1.23.0
- os: linux
rust: stable
- os: linux