erickt / rust-zmq

Rust zeromq bindings.
Apache License 2.0
886 stars 189 forks source link

Prepare release v0.9.3 #334

Closed gootorov closed 2 years ago

gootorov commented 2 years ago

Hi! Thanks for the library!

Do you mind releasing 0.9.3 version and publishing it to crates.io? It seems there have been a few things added/fixed that haven't been published.

I want to use the new ZMQ_IO_THREADS options, but it seems I can't update by simply sticking git version into my Cargo.toml. Another library I'm using has zmq = ">=0.9.2" as a dependency and If I use a non-crates.io version, cargo tries to build two different zmqs, which is causing linking issues with zmq-sys. I think publishing 0.9.3 should solve this.