lambda-fairy / rust-errno

:boom: Cross-platform interface to the `errno` variable
https://docs.rs/errno
Apache License 2.0
65 stars 40 forks source link

Update to windows-sys 0.52. #91

Closed sunfishcode closed 11 months ago

sunfishcode commented 11 months ago

@lambda-fairy The Rust ecosystem is starting to migrate to windows-sys 0.52, which has an MSRV of 1.56. 1.56 is still a pretty conservative MSRV to update to at this time; for example, current Debian stable has Rust 1.63, however I wanted to raise this in case anyone has any concerns.

lambda-fairy commented 11 months ago

@sunfishcode SGTM, thanks!

In the past I have set MSRV informally, by looking at the MSRV of dependent packages, and raising to the community on each bump (like you've done here). Up to you whether you want to keep doing that or adopt a more explicit policy.

sunfishcode commented 11 months ago

This is now released in errno 0.3.8.