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:
authorMichal Budzynski <budziq@gmail.com>2017-06-27 10:22:52 +0300
committerAndrew Gallant <jamslam@gmail.com>2017-06-29 16:32:17 +0300
commitdbc7827237f39074882c2b97d916f1af0f0ad977 (patch)
treea0484e4c2d3c7c542e0b29a17b16118d068794c1
parentfb40eafaff69c5549a710bbbd81541a56af4ce24 (diff)
Bumped the minimal required rust version to 1.16.0
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 98db00c..b3c9645 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
language: rust
rust:
- - 1.10.0
+ - 1.16.0
- stable
- beta
- nightly