diff options
| author | root <root@alpha.trunkmasters.com> | 2026-07-07 03:04:45 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-07-07 03:04:45 -0500 |
| commit | dd6cff2d76baa289493b9d53d2f9a5bd287f5055 (patch) | |
| tree | 24c601edd43287d42cc24fbef1eb10c64c3eee10 /eclass | |
| parent | 615d6f7e3408947bf962ea4d7edde01977474d1e (diff) | |
| download | baldeagleos-repo-dd6cff2d76baa289493b9d53d2f9a5bd287f5055.tar.gz baldeagleos-repo-dd6cff2d76baa289493b9d53d2f9a5bd287f5055.tar.xz baldeagleos-repo-dd6cff2d76baa289493b9d53d2f9a5bd287f5055.zip | |
Adding metadata
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 8e4e3761f7b2..9269ed88c31f 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"]=22 + ["1.96.1"]=22 ["1.95.0"]=22 ["1.94.1"]=21 ["1.94.0"]=21 @@ -104,6 +105,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.96.1" "1.95.0" "1.94.1" "1.94.0" |
