mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
https://blog.rust-lang.org/2026/07/09/Rust-1.97.0/ Rust received a change in Cargo's vendoring logic which produces different vendor directory contents: Add $comment to .cargo-checksum.json to clarify this file is not a security mechanism. https://github.com/rust-lang/cargo/pull/16967 Therefore the hashes of all Cargo-fetched packages need to be updated. This commit changes the suffix of Cargo packages from -cargo5 to -cargo6, and updates all hashes. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>