File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 20
20
1.44.0, # has_to_int_unchecked
21
21
1.46.0, # has_leading_trailing_ones
22
22
1.53.0, # has_is_subnormal
23
+ 1.62.0, # has_total_cmp
23
24
stable,
24
25
beta,
25
26
nightly,
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ status = [
6
6
" Test (1.44.0)" ,
7
7
" Test (1.46.0)" ,
8
8
" Test (1.53.0)" ,
9
+ " Test (1.62.0)" ,
9
10
" Test (stable)" ,
10
11
" Test (beta)" ,
11
12
" Test (nightly)" ,
Original file line number Diff line number Diff line change 5
5
set -ex
6
6
7
7
ci=$( dirname $0 )
8
- for version in 1.31.0 1.35.0 1.37.0 1.38.0 1.44.0 1.46.0 1.53.0 stable beta nightly; do
8
+ for version in 1.31.0 1.35.0 1.37.0 1.38.0 1.44.0 1.46.0 1.53.0 1.62.0 stable beta nightly; do
9
9
rustup run " $version " " $ci /test_full.sh"
10
10
done
You can’t perform that action at this time.
0 commit comments