You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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).
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.
The text was updated successfully, but these errors were encountered: