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-08-31 03:11:18 +0300
committerAndrew Gallant <jamslam@gmail.com>2016-08-31 03:11:18 +0300
commite7f94359c34ad251750a06e43cacf60c05125997 (patch)
tree88acdd9f7cdd6d387126792392eb2bf75d5460c2 /.travis.yml
parent3fa7b1b2f013e3bda63c2e7443893e42a7f3264e (diff)
Bump Rust version.
walkdir should in theory still work on Rust 1.3, but lazy_static doesn't, and it's used transitively in tests.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e1ccf11..ab34dbe 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
language: rust
rust:
- - 1.3.0
+ - 1.5.0
- beta
- nightly
script: