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>2016-10-29 19:28:31 +0300
committerAndrew Gallant <jamslam@gmail.com>2016-10-29 19:28:31 +0300
commit442cc231836013d28d104d58d3fcfbfd3880789f (patch)
treea6fabdb35c42d32e34eccf5534f5df0ae62dfbb6
parent737af4f2d52874ac87b146bb7938c37b6532e698 (diff)
Bump minimum Rust version.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index cb8e4f1..bf2802c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
language: rust
rust:
- - 1.6.0
+ - 1.9.0
- stable
- beta
- nightly