commit: 7c06fc841e0504a3031feab008b40cec64a4cc5d Author: Matt Jolly <kangie <AT> gentoo <DOT> org> AuthorDate: Mon Apr 21 02:20:05 2025 +0000 Commit: Matt Jolly <kangie <AT> gentoo <DOT> org> CommitDate: Wed Apr 23 11:36:03 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c06fc84
rust.eclass: add 1.87.0 Signed-off-by: Matt Jolly <kangie <AT> gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/41680 Signed-off-by: Matt Jolly <kangie <AT> gentoo.org> eclass/rust.eclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eclass/rust.eclass b/eclass/rust.eclass index a9ccfed4cf8f..2cc0dd7d23d8 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"]=20 + ["1.87.0"]=20 ["1.86.0"]=19 ["1.85.1"]=19 ["1.85.0"]=19 @@ -94,6 +95,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.87.0" "1.86.0" "1.85.1" "1.85.0"
