oconnor663 / os_pipe.rs

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

Update dependency to nix-0.11 #13

Closed paride closed 6 years ago

paride commented 6 years ago

I will have to bug you again. Could you bump the dependency on nix to version 0.11 and tag a new release, as you did for shared_child?

oconnor663 commented 6 years ago

Sure thing! Always happy to find out people are using the libs :)

oconnor663 commented 6 years ago

If you happen to notice that all my Travis runs are failing today, it's due to this: https://github.com/rust-lang/rust/issues/52686

oconnor663 commented 6 years ago

Just published os_pipe v0.6.2.

paride commented 6 years ago

Thanks again. I made two Debian packages for the libraries and, after approval, they will become part of the distribution. I did need them as they are dependencies of other software I want to package, but I'm sure they will useful to other people too.

oconnor663 commented 6 years ago

Out of curiosity, what other software is calling into os_pipe? Is it via duct?

paride commented 6 years ago

Yes, the dependency comes from duct.

oconnor663 commented 6 years ago

@paride I've published another new version (0.7.0) with an overhaul to the lesser-used parts of the API.