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

Please support Rust 1.41.1 #5769

Closed
zeha opened this issue Feb 8, 2021 · 1 comment
Closed

Please support Rust 1.41.1 #5769

zeha opened this issue Feb 8, 2021 · 1 comment

Comments

@zeha
Copy link

zeha commented Feb 8, 2021

Hi,

please support building cryptography with Rust 1.41.1. Debian stable ("buster") has no later version available.
We rebuild all Python libraries instead of using binary wheels for a few reasons.
Backporting Rust 1.45 or newer would be a lot of work.

Thanks for your consideration.

@alex
Copy link
Member

alex commented Feb 8, 2021

The minimum version of Rust we support is dictated by pyo3, so we're not in a position to move to a lower version (and we can't support a lower version of pyo3 because we need the abi3 support that's only present in the most recent versions).

Your best bet will be to either build on debian bullseye (which I realize isn't stable yet) or to use a rust from upstream (via rustup).

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

No branches or pull requests

2 participants