Detegr / rust-ctrlc

Easy Ctrl-C handler for Rust projects
https://crates.io/crates/ctrlc
Other
599 stars 79 forks source link

Allow newer nix versions #57

Closed toabctl closed 5 years ago

toabctl commented 5 years ago

Instead of hardcoding the nix version to a specific value, allow all versions between >=0.0.0 and <1.0.0 .

Detegr commented 5 years ago

I don't think this is a particulary useful idea as I will have to do manual releases to crates.io anyway. While releasing, I can just pull latest version of nix and test that it works with the crate. Thanks for the effort anyway, always appreciated.