Detegr / rust-ctrlc

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

Update nix dependency #64

Closed kornelski closed 4 years ago

jonhoo commented 4 years ago

A gentle ping to @Detegr on this in case you don't have watching enabled :)

Detegr commented 4 years ago

Is there a problem with nix 0.14 or is this just for keeping things up to date? I am asking because I'm not sure if I should release a new version just to keep nix dependency up-do-date?

kornelski commented 4 years ago

I'm just keeping things up to date. Old dependencies cause dupes in the dependency tree, bloating compilation times and executable sizes.

jonhoo commented 4 years ago

@Detegr Could you issue a new point release for ctrlc (so like 3.1.4) so that users can get the new version of nix without having to use a git dependency on master? I think it's a backwards compatible change and so only a point release should be necessary?

Detegr commented 4 years ago

Sure, sorry I forgot to do that. 3.1.4 is out now.

jonhoo commented 4 years ago

Beautiful, thank you!