erickt / rust-zmq

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

Add socket functions for ZMQ_REQ_RELAXED and ZMQ_REQ_CORRELATE #285

Closed fwalch closed 4 years ago

fwalch commented 4 years ago

Clippy fails on Travis, but it seems unrelated to this PR and rather caused by the release of Rust 1.37.0, which Travis automatically picked up due to rust: stable. The last master build was on Rust 1.36.0.

rotty commented 4 years ago

Clippy fails on Travis, but it seems unrelated to this PR and rather caused by the release of Rust 1.37.0, which Travis automatically picked up due to rust: stable. The last master build was on Rust 1.36.0.

Indeed, I'll fix that. Thanks for the PR!