eclass/rust: Sync with Gentoo

It's from Gentoo commit a2d5939957b0edea24719f9f518fcd3ef7c54925.
This commit is contained in:
Flatcar Buildbot 2025-03-31 07:09:23 +00:00
parent 5200c9377f
commit 1334a0b089

View File

@ -69,6 +69,7 @@ fi
declare -A -g -r _RUST_LLVM_MAP=( declare -A -g -r _RUST_LLVM_MAP=(
["9999"]=20 ["9999"]=20
["1.86.0"]=19 ["1.86.0"]=19
["1.85.1"]=19
["1.85.0"]=19 ["1.85.0"]=19
["1.84.1"]=19 ["1.84.1"]=19
["1.84.0"]=19 ["1.84.0"]=19
@ -94,6 +95,7 @@ declare -A -g -r _RUST_LLVM_MAP=(
declare -a -g -r _RUST_SLOTS_ORDERED=( declare -a -g -r _RUST_SLOTS_ORDERED=(
"9999" "9999"
"1.86.0" "1.86.0"
"1.85.1"
"1.85.0" "1.85.0"
"1.84.1" "1.84.1"
"1.84.0" "1.84.0"