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
zeroize: note aarch64 crate feature works on stable (#797)
The required APIs are stable as of Rust 1.59.
Unfortunately we can't yet enable it by default as the overall crate's
MSRV is 1.51. It will be possible if we bump MSRV to >=1.59.
This commit also adjusts the CI job to test the `aarch64` feature works
on `1.59.0` and `stable` compilers.
0 commit comments