-
Notifications
You must be signed in to change notification settings - Fork 112
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
Rust 1.41 compiler error with rust-numpy 0.14.0 #198
Comments
I suspect that the MSRV job here actually uses rustc 1.53.0 as shipped with the |
It does work using |
I released 0.14.1 |
I am not sure if I am doing something wrong, but I can find only 0.14.0 on crates.io or lib.rs? |
I'm sorry, I opened #200 now.... |
While trying to upgrade retworkx to pyo3 0.14 and numpy 0.14.0 I'm hitting a compiler error on the msrv job that builds with rust 1.41. https://github.com/Qiskit/retworkx/pull/384/checks?check_run_id=3047301998#step:7:275
It looks like that api wasn't stabilized until rust 1.47.0. I'm not sure why the msrv CI job here didn't catch this though.
The text was updated successfully, but these errors were encountered: