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-10-21 04:39:28 +0300
committerAndrew Gallant <jamslam@gmail.com>2017-10-21 15:10:18 +0300
commit8a18c8ad52ec267dce178a2db1df673a676b8a4a (patch)
treeb898a297e76e3a226607f5bb58d1464bab2658c4
parent9c4adadc4fcb79baa721b2c7f8f88688024e3b1e (diff)
ci: bump to Rust 1.17
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 7abe922..7cdbe8f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,7 @@ language: rust
matrix:
include:
- os: linux
- rust: 1.16.0
+ rust: 1.17.0
- os: linux
rust: stable
- os: linux