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 d887970c34a7..9ead9d005706 100644 --- a/eclass/rust.eclass +++ b/eclass/rust.eclass @@ -71,6 +71,7 @@ declare -A -g -r _RUST_LLVM_MAP=( ["1.86.0"]=19 ["1.85.0"]=19 ["1.84.1"]=19 + ["1.84.0"]=19 ["1.83.0"]=19 ["1.82.0"]=19 ["1.81.0"]=18 @@ -95,6 +96,7 @@ declare -a -g -r _RUST_SLOTS_ORDERED=( "1.86.0" "1.85.0" "1.84.1" + "1.84.0" "1.83.0" "1.82.0" "1.81.0" |