File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414 matrix :
1515 rust : [
1616 1.31.0, # 2018!
17- 1.32 .0, # rand
17+ 1.36 .0, # rand
1818 stable,
1919 beta,
2020 nightly
Original file line number Diff line number Diff line change 11status = [
22 " Test (1.31.0)" ,
3- " Test (1.32 .0)" ,
3+ " Test (1.36 .0)" ,
44 " Test (stable)" ,
55 " Test (beta)" ,
66 " Test (nightly)" ,
Original file line number Diff line number Diff line change 55set -ex
66
77ci=$( dirname $0 )
8- for version in 1.31.0 1.32 .0 stable beta nightly; do
8+ for version in 1.31.0 1.36 .0 stable beta nightly; do
99 rustup run " $version " " $ci /test_full.sh"
1010done
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ if ! check_version $MSRV ; then
2828fi
2929
3030FEATURES=(libm serde)
31- check_version 1.32 && FEATURES+=(rand)
31+ check_version 1.36 && FEATURES+=(rand)
3232echo " Testing supported features: ${FEATURES[*]} "
3333
3434set -x
You can’t perform that action at this time.
0 commit comments