diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-02-22 00:16:23 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-02-22 00:16:23 +0000 |
commit | 4c5bd80830992553e02f099442277e10ee97372d (patch) | |
tree | beeb8ff1f9d6f5b48418cc2134cec247aaade4e4 /eclass/rust.eclass | |
parent | db653baf275126269bb89ea0d2bdb8e50497a94c (diff) |
gentoo auto-resync : 22:02:2025 - 00:16:22
Diffstat (limited to 'eclass/rust.eclass')
-rw-r--r-- | eclass/rust.eclass | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/eclass/rust.eclass b/eclass/rust.eclass index 46b441ba6701..9ead9d005706 100644 --- a/eclass/rust.eclass +++ b/eclass/rust.eclass @@ -67,6 +67,9 @@ fi # @DESCRIPTION: # Definitive list of Rust slots and the associated LLVM slot, newest first. declare -A -g -r _RUST_LLVM_MAP=( + ["9999"]=20 + ["1.86.0"]=19 + ["1.85.0"]=19 ["1.84.1"]=19 ["1.84.0"]=19 ["1.83.0"]=19 @@ -89,6 +92,9 @@ declare -A -g -r _RUST_LLVM_MAP=( # While _RUST_LLVM_MAP stores useful info about the relationship between Rust and LLVM slots, # 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.86.0" + "1.85.0" "1.84.1" "1.84.0" "1.83.0" |