sharkdp / fd

A simple, fast and user-friendly alternative to 'find'
Apache License 2.0
34.3k stars 816 forks source link

Windows build updates #1575

Closed tmccombs closed 5 months ago

tmccombs commented 5 months ago

Continue supporting windows 7 with builds

By using an older version of rust to build the artifacts on windows.

Alternatively we could build separate artifacts for windows 7, and continue using the latest version of rust for later versions of windows that are more optimized for more recent versions.

Fixes: #1550