Detegr / rust-ctrlc

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

Fix build on openbsd 6.3 #43

Closed kpcyrd closed 6 years ago

kpcyrd commented 6 years ago

The current version on crates.io is not building on openbsd and nix 0.11.0 includes a fix for openbsd 6.3. :)

If possible, could you please release a new version containing this patch?

kpcyrd commented 6 years ago

It seems the travis test is failing due to cargo fmt.

$ cargo fmt -- --write-mode=diff
Unrecognized option: 'write-mode'
Detegr commented 6 years ago

Thank you for pointing this out. Please rebase on master, I fixed the Travis build there.

kpcyrd commented 6 years ago

Thanks for your quick reply! I've rebased to master and the tests are working now. :)

Detegr commented 6 years ago

Nice, thanks. I'll prepare a new release.