BurntSushi / walkdir

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

Update Minimal Rust Version Support #61

Closed KodrAus closed 7 years ago

KodrAus commented 7 years ago

We've got some PRs that are stumbling over the minimum Rust version being 1.10:

Is it worth bumping the minimum version to 1.13? Even if that doesn't give us the Debug impls for std::fs::ReadDir it might be worthwhile for ?.

cc: @budziq @tmccombs @BurntSushi