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 41197ce4e3..a9ccfed4cf 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/rust.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/rust.eclass @@ -69,6 +69,7 @@ fi declare -A -g -r _RUST_LLVM_MAP=( ["9999"]=20 ["1.86.0"]=19 + ["1.85.1"]=19 ["1.85.0"]=19 ["1.84.1"]=19 ["1.84.0"]=19 @@ -94,6 +95,7 @@ declare -A -g -r _RUST_LLVM_MAP=( declare -a -g -r _RUST_SLOTS_ORDERED=( "9999" "1.86.0" + "1.85.1" "1.85.0" "1.84.1" "1.84.0"