commit:     495b677b93f4cb1e1531657a762622268a22a7ac
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 13 07:08:30 2026 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Fri Feb 13 11:50:16 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=495b677b

rust.eclass: add 1.93.1

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 c1bc211b9453..389916a0780a 100644
--- a/eclass/rust.eclass
+++ b/eclass/rust.eclass
@@ -69,6 +69,7 @@ fi
 declare -A -g -r _RUST_LLVM_MAP=(
        ["9999"]=22
        ["1.94.0"]=21
+       ["1.93.1"]=21
        ["1.93.0"]=21
        ["1.92.0"]=21
        ["1.91.0"]=21
@@ -102,6 +103,7 @@ declare -A -g -r _RUST_LLVM_MAP=(
 declare -a -g -r _RUST_SLOTS_ORDERED=(
        "9999"
        "1.94.0"
+       "1.93.1"
        "1.93.0"
        "1.92.0"
        "1.91.0"

Reply via email to