oconnor663 / os_pipe.rs

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

bump nix (no changes) #15

Closed FauxFaux closed 5 years ago

FauxFaux commented 5 years ago

Tests are green on modern amd64 Ubuntu.

FauxFaux commented 5 years ago

It's not clear to me what nix's minimum Rust version support is. They claim 1.24.1, but the build passes fine for me on 1.22.1. I personally don't care, I only target stable or higher.

oconnor663 commented 5 years ago

Thanks! The AppVeyor tests include Rust 1.21, so we should be good. I'll land this as soon as CI is finished. Is it important to you to get this bump released on crates.io, or is it just a cleanup?

FauxFaux commented 5 years ago

It's adding a few milliseconds to my build, not the end of the world!