diff options
Diffstat (limited to 'eclass/rust.eclass')
-rw-r--r-- | eclass/rust.eclass | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/eclass/rust.eclass b/eclass/rust.eclass index 0630d5973854..d25c5303c0d0 100644 --- a/eclass/rust.eclass +++ b/eclass/rust.eclass @@ -79,7 +79,6 @@ declare -A -g -r _RUST_LLVM_MAP=( ["1.75.0"]=17 ["1.74.1"]=17 ["1.71.1"]=16 - ["1.54.0"]=12 ) # @ECLASS_VARIABLE: _RUST_SLOTS_ORDERED @@ -101,7 +100,6 @@ declare -a -g -r _RUST_SLOTS_ORDERED=( "1.75.0" "1.74.1" "1.71.1" - "1.54.0" ) # == user control knobs == |