diff options
author | 2024-12-07 20:43:50 +0000 | |
---|---|---|
committer | 2024-12-07 20:47:12 +0000 | |
commit | 0051c03c3a9586cbc17c1d81772ebf403e1bce00 (patch) | |
tree | 52b889fb0ed06256665953cf335431021f6f1499 /eclass | |
parent | dev-python/wrapt: Stabilize 1.17.0 x86, #946038 (diff) | |
download | gentoo-0051c03c3a9586cbc17c1d81772ebf403e1bce00.tar.gz gentoo-0051c03c3a9586cbc17c1d81772ebf403e1bce00.tar.bz2 gentoo-0051c03c3a9586cbc17c1d81772ebf403e1bce00.zip |
dev-lang/rust: add 1.76.0-r100
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to '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 2a2a734b505d..2bf0b27b3f40 100644 --- a/eclass/rust.eclass +++ b/eclass/rust.eclass @@ -74,6 +74,7 @@ declare -A -g -r _RUST_LLVM_MAP=( ["1.79.0"]=18 ["1.78.0"]=18 ["1.77.1"]=17 + ["1.76.0"]=17 ["1.75.0"]=17 ["1.74.1"]=17 ["1.71.1"]=16 @@ -94,6 +95,7 @@ declare -a -g -r _RUST_SLOTS_ORDERED=( "1.79.0" "1.78.0" "1.77.1" + "1.76.0" "1.75.0" "1.74.1" "1.71.1" |