oconnor663 / os_pipe.rs

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

Update winapi from 0.2 to 0.3 #12

Closed tchebb closed 6 years ago

tchebb commented 6 years ago

The new version has been out for a while now. Updating reduces version conflicts with downstream packages and also reduces compile time.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 0.0% when pulling 17d549af88b994b5209c90a37b36a26da1c8c03a on tchebb:update-winapi into e4ffdca4a65bf53e0e095250209703b48268f9ff on oconnor663:master.

oconnor663 commented 6 years ago

Thank you! This saves me a lot of trouble. Am I right in thinking that because we don't expose any of these types in our API, we can publish this with just a patch version bump?

tchebb commented 6 years ago

@oconnor663 I believe that's correct.

oconnor663 commented 6 years ago

Just published 0.6.1.

oconnor663 commented 6 years ago

I'll probably want to give similar treatment to https://github.com/oconnor663/shared_child.rs.