From 48b94dde9f950c01e26492f359250c5f16182cba 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"