sunfishcode / io-lifetimes

A low-level I/O ownership and borrowing library
Other
100 stars 10 forks source link

Update `windows-sys` to 0.45 #59

Closed a1phyr closed 1 year ago

sunfishcode commented 1 year ago

Thanks for the PR! Unless there's a specific need for this, I'm expecting to wait on merging this until the rest of the ecosystem starts upgrading.

a1phyr commented 1 year ago

I understand your concern, but I given that io-lifetimes is a pretty low-level crate, other (such as rustix, is-terminal, etc) will probably wait for it upgrade before doing so. If everyone waits for the ecosystem to upgrade, a deadlock will probably happen !

Anyway, feel free to do as you like, I don't think that anyone is in a hurry !

sunfishcode commented 1 year ago

Heh, that's true. Peeking around a bit, it looks like there are PRs in progress, so this'll probably proceed soon.

sunfishcode commented 1 year ago

Ok, things are moving. It's time to do this!

sunfishcode commented 1 year ago

Thanks for the PR!