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>2017-01-09 00:20:43 +0300
committerAndrew Gallant <jamslam@gmail.com>2017-01-09 00:20:43 +0300
commit0cff94002b0ac00f32af2b1d734452065df93ddf (patch)
tree2f0639af6b2b9ea528041f17eda5bfcb60fea42a
parentdd51eec35c7233bb0cb5de8db68a94ae2b2e0185 (diff)
Fix minimum Rust version.
Standard practice is to support two previous Rust releases. When walkdir 1.0.0 was released, Rust 1.12 had just come out. So support back to 1.10.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 5be284d..0350343 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
language: rust
rust:
- - 1.9.0
+ - 1.10.0
- stable
- beta
- nightly