oconnor663 / os_pipe.rs

a cross-platform library for opening OS pipes in Rust
MIT License
100 stars 16 forks source link

Update to windows-sys 0.45. #27

Closed sunfishcode closed 1 year ago

sunfishcode commented 1 year ago

io-lfetimes and other crates are starting to update to windows-sys 0.45, so here's a PR to update os_pipe to windows-sys 0.45 too!

oconnor663 commented 1 year ago

Thanks! Should I cut a release?

sunfishcode commented 1 year ago

Yes, that'd help with some crates that are upgrading to avoid having multiple windows-sys dependencies. Thanks!

oconnor663 commented 1 year ago

Released as v1.1.3.