oconnor663 / os_pipe.rs

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

Update nix to 0.13 #16

Closed silwol closed 5 years ago

silwol commented 5 years ago

After checking the usage of the nix API in os_pipe, this should be a semver compatible change.

oconnor663 commented 5 years ago

Thanks, merged!

I don't usually issue a release until there are behavioral changes, but if this would be useful to clean up your build I'd be happy to do one. Let me know.

silwol commented 5 years ago

Thanks a lot!

In Debian we usually try to upstream everything we apply to a package, but where necessary we apply a patch in the meantime until the changes got released. That's what we are doing here. A release is not necessary for us right now, but it might help others to reduce the number of different nix versions in a dependency tree.

oconnor663 commented 5 years ago

I'll go ahead and make one.

oconnor663 commented 5 years ago

Published 0.8.1.