BurntSushi / walkdir

Rust library for walking directories recursively.
The Unlicense
1.24k stars 107 forks source link

Update build configurations #10

Closed gsquire closed 7 years ago

gsquire commented 7 years ago

On Travis the failure looks to be from an old version of Rust and Windows tries to build something for an hour.

BurntSushi commented 7 years ago

Thanks for the ping, should be fixed now.

The actual problem was that lazy_static introduced a breaking change in a patch release, so I had to bump the Rust version even though walkdir should actually continue to work on Rust 1.3.

I'm not sure what was up with the Windows build, but whatever it was, some percussive maintenance seems to have resolved it.