-
Notifications
You must be signed in to change notification settings - Fork 71
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
Bumping up zmq version to 0.10 #225
Comments
It looks like sqlite uses the |
I see. Actually, libzmq has it's own strlcpy for platforms that doesn't have it. The problem is detecting the existence of strlcpy is not easy, so rust-zmq seems to be struggling with it after removing cmake. |
I found out that curve encryption is not supported in rust-zmq 0.10 |
I had to lock Does not help a lot, but those were the reasons to lock them. Maybe cmake |
Currently, cargo build with target
x86_64-apple-ios
hangs on my Mac.rust-zmq 0.10 removed the dependency to cmake, so it will remove build issues related to cmake.
I've tested it on my fork here, and it resolved the build issue.
The text was updated successfully, but these errors were encountered: