I see that Rust has been also upgraded to 1.90, I am grateful for that!
However, the 3rd party crates that were available earlier and listed in the FAQ seem to be now missing (chrono 0.4.26, itertools 0.11.0, libc 0.2.147,rand 0.8.5, regex 1.8.4, time 0.3.22).
When fixing this, please
- re-add them with their latest version (rand 0.9.2, itertools 0.14, regex 1.11)
- also add rust_bigint 0.4 crate (or something similar)
- please use “edition 2024”
Thanks in advance!