jean-airoldie / libzmq-rs

A strict subset of ØMQ with an ergonomic API.
https://jean-airoldie.github.io/libzmq-rs/
Apache License 2.0
58 stars 4 forks source link

Allow disabling of CURVE #136

Closed akhilles closed 4 years ago

akhilles commented 4 years ago

Depends on https://github.com/jean-airoldie/zeromq-src-rs/pull/14.

jean-airoldie commented 4 years ago

I released 0.1.9 so you can push an empty to commit or amend your commit to restart the CI.

akhilles commented 4 years ago

I think the vendor directory wasn't included in the 0.1.9 release. Maybe the submodule wasn't checked out when publishing?

jean-airoldie commented 4 years ago

Good catch, gotta love sub modules. Somehow my CI didn't catch that.

jean-airoldie commented 4 years ago

Alright I released 0.1.10, should be good.

jean-airoldie commented 4 years ago

Looks good.

Not the biggest fan of default features but a guess there's no way around it without a breaking change.