From 02043babc533e9f26ca4c3d16c3fac0be1d9f96a Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 3 Nov 2025 07:10:38 +0000 Subject: [PATCH] eclass/rust: Sync with Gentoo It's from Gentoo commit a898070a7df034c8410f3a3f6b549c0172bc4724. Signed-off-by: Flatcar Buildbot --- sdk_container/src/third_party/portage-stable/eclass/rust.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk_container/src/third_party/portage-stable/eclass/rust.eclass b/sdk_container/src/third_party/portage-stable/eclass/rust.eclass index 309a3f4d5d..b5a992199d 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/rust.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/rust.eclass @@ -98,6 +98,7 @@ declare -A -g -r _RUST_LLVM_MAP=( # this array is used to store the Rust slots in a more convenient order for iteration. declare -a -g -r _RUST_SLOTS_ORDERED=( "9999" + "1.91.0" "1.90.0" "1.89.0" "1.88.0"