mirror of
https://github.com/BurntSushi/walkdir.git
synced 2025-09-29 14:40:32 +00:00
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.
This commit is contained in:
parent
dd51eec35c
commit
0cff94002b
@ -1,6 +1,6 @@
|
||||
language: rust
|
||||
rust:
|
||||
- 1.9.0
|
||||
- 1.10.0
|
||||
- stable
|
||||
- beta
|
||||
- nightly
|
||||
|
Loading…
x
Reference in New Issue
Block a user