tce-load -i compiletc meson rust libadwaita-dev gettext desktop-file-utils wget https://github.com/nokyan/resources/archive/refs/tags/v1.8.0.tar.gz cd resources-1.8.0 mkdir build cd build CC="gcc -flto -march=armv8-a+crc -mtune=cortex-a72 -Os -pipe" CXX="g++ -flto -march=armv8-a+crc -mtune=cortex-a72 -Os -pipe -fno-exceptions -fno-rtti" meson --prefix=/usr/local --localstatedir=/var --libexecdir=/usr/local/lib/resources --buildtype=plain ninja [29m 55.69s] sudo ninja install runtime dep util-linux for lscpu resources 1.8.0 User defined options buildtype : plain localstatedir: /var prefix : /usr/local error: failed to parse manifest at `/usr/src/resources-1.8.0/Cargo.toml` Caused by: feature `edition2024` is required The package requires the Cargo feature called `edition2024`, but that feature is not stabilized in this version of Cargo (1.81.0 (2dbb1af80 2024-08-20)). Consider trying a newer version of Cargo (this may require the nightly release). See https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#edition-2024 for more information about the status of this feature.