-
Notifications
You must be signed in to change notification settings - Fork 198
Compatibility for libzmq3 / older Debians? #117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I have an update in #115 that will restore compatibility with 4.0.x and even 3.2.x. Once this is merged, it would be great if you could verify that it still works with your crate. |
... waiting for the nightly fix for broken crate updates to land and I'll give it a spin, thanks! |
@dginev Any news on this issue? |
Well, i was still waiting on the cargo fix to land, but there seems to be a viable workaround that I managed to get to work for now. I have tried the latest rust-zmq HEAD (commit be88b5f ) and can confirm this issue is resolved - both on travis and my Debian servers. Thanks!! |
Mostly an FYI issue, feel free to close right away.
I have had a crate depending on rust-zmq that has been running nicely on Debian jessie and wheezy for over a year now, and has built nicely with Travis with only adding:
I decided to update to the latest master today, since I have been tracking the github repo, and sadly the comfy travis config is no longer supported, and neither are my old-fashioned Debian servers. Clearly updating to a 4.* libzmq from source would be one way out, but that's something I'd like to postpone as much as possible, extra complexity in setup and all.
Long story short, I wanted to share my updated Cargo.toml dependency which still works on legacy systems, I simply copied the last revision sha that was operational on Travis for me:
Since the crate is updated on crates.io somewhat rarely, I'll freeze the revision until an upgrade happens somewhere: OS upgrade on the servers, or added backwards compatibility to rust-zmq. Just a tip that may keep other rust-zmq users happy until the world moves forward.
The text was updated successfully, but these errors were encountered: