cetra3 / tmq

Rust ZeroMQ bindings for Tokio
150 stars 28 forks source link

expose feature "zmq/vendored" #13

Closed marhkb closed 4 years ago

marhkb commented 4 years ago

Unfortunately, I am not able to build rust-zmq on the Debian servers of my company because it requires libzmq >= 4.1. Thankfully, rust-zmq has the feature to use a vendored build. This pull request enables us to use this feature also in tmq.

cetra3 commented 4 years ago

Great PR!