Skip to content
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

Checking curve support fails in 0.10.0 #375

Closed
glennpierce opened this issue Apr 28, 2023 · 1 comment
Closed

Checking curve support fails in 0.10.0 #375

glennpierce opened this issue Apr 28, 2023 · 1 comment

Comments

@glennpierce
Copy link

I have code like

if !zmq::has("curve").expect("some always expected") {
        panic!("Zeromq curve support required");
}   

In version = "0.9.2" this works fine.
If I update to version = "0.10.0" the panic is called.

do I need todo something else for 0.10.0 ?

@glennpierce
Copy link
Author

Duplicate of #357

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant