commit:     52f126862408ba22fb15247c09af28c5e6cd8eb7
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 11 06:43:06 2026 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Wed Feb 11 14:26:34 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52f12686

rust.eclass: add 1.93.0, 1.94.0; update 9999

Nightly has recently switched to LLVM 22

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 eclass/rust.eclass | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/eclass/rust.eclass b/eclass/rust.eclass
index a13ea067dba3..c1bc211b9453 100644
--- a/eclass/rust.eclass
+++ b/eclass/rust.eclass
@@ -1,4 +1,4 @@
-# Copyright 2024-2025 Gentoo Authors
+# Copyright 2024-2026 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: rust.eclass
@@ -67,7 +67,9 @@ fi
 # @DESCRIPTION:
 # Definitive list of Rust slots and the associated LLVM slot, newest first.
 declare -A -g -r _RUST_LLVM_MAP=(
-       ["9999"]=21
+       ["9999"]=22
+       ["1.94.0"]=21
+       ["1.93.0"]=21
        ["1.92.0"]=21
        ["1.91.0"]=21
        ["1.90.0"]=20
@@ -99,6 +101,8 @@ 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.94.0"
+       "1.93.0"
        "1.92.0"
        "1.91.0"
        "1.90.0"

Reply via email to