softprops / atty

are you or are you not a tty?
MIT License
274 stars 51 forks source link

Switch from winapi to windows-sys #54

Open arlosi opened 2 years ago

arlosi commented 2 years ago

The winapi crate has not been updated in two years. The replacement is windows-sys.

Testing: compiled with old rustc (1.39.0) Build performance: compilation time improved from 4.2 sec to 3.1 sec.

riverar commented 1 year ago

Howdy! Just came across this, anything else needed to get this across the finish line? (@arlosi Could use an update to 0.42 if you still have cycles.)

arlosi commented 1 year ago

Updated to 0.42. I don't know of anything else necessary other than approval from @softprops.

Before it has any impact, we'll also need a version bump and it to be published to crates.io.