BurntSushi / walkdir

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

Make Windows dependencies conditional on cfg(windows) #11

Closed whitequark closed 7 years ago

BurntSushi commented 7 years ago

This is a dupe of #7 (it's also a breaking change).

whitequark commented 7 years ago

Breaking as in compatibility with old cargo? Or in some other way?

BurntSushi commented 7 years ago

Breaking as in compatibility with old cargo?

Yes.

BurntSushi commented 7 years ago

(I'd like to release 1.0 of walkdir soon. When I do that, I'll merge #7.)

whitequark commented 7 years ago

Fine with me, thanks!