diff options
Diffstat (limited to 'eclass/rust.eclass')
| -rw-r--r-- | eclass/rust.eclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/eclass/rust.eclass b/eclass/rust.eclass index 0365a7640594..a13ea067dba3 100644 --- a/eclass/rust.eclass +++ b/eclass/rust.eclass @@ -68,6 +68,7 @@ fi # Definitive list of Rust slots and the associated LLVM slot, newest first. declare -A -g -r _RUST_LLVM_MAP=( ["9999"]=21 + ["1.92.0"]=21 ["1.91.0"]=21 ["1.90.0"]=20 ["1.89.0"]=20 @@ -98,6 +99,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.92.0" "1.91.0" "1.90.0" "1.89.0" |
