Backported from commit
2263caff
Should fix the following error on image regeneration:
package `cargo-util v0.2.15` cannot be built because it requires rustc 1.80
or newer, while the currently active rustc version is 1.76.0
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7989>
rm rustup-init;
chmod -R a+w $RUSTUP_HOME $CARGO_HOME
-cargo install cargo-c --version 0.9.30+cargo-0.77.0
+cargo install --locked cargo-c --version 0.9.30+cargo-0.77.0
rustup --version
cargo --version