Upgrading to the latest rust toolchain (1.91.1) warns:
warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
Reproducer:
git checkout 0-9-x && sed -i 's/core::u32/u32/' src/algorithms/mgf.rs && rustup run 1.91 cargo clippy
I saw that there are a bunch or rcs for 0.10 which doesn't include this crate, but currently there is no migration path other than using an rc.
Would it be possible to cherry pick f7d1214 on top of 0.9.8 and release 0.9.9?
Thanks!