File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 - ubuntu-latest
3131 go :
3232 - " 1.14.1"
33+ rust :
34+ - " 1.44.0"
35+ # - "stable"
36+ # - "nightly
3337
3438 env :
3539 RUSTFLAGS : -D warnings
7276 - name : Rust Toolchain
7377 uses : actions-rs/toolchain@v1
7478 with :
75- toolchain : stable
79+ toolchain : ${{ matrix.rust }}
7680 profile : minimal
7781 override : true
7882 components : rustfmt
Original file line number Diff line number Diff line change 2020 os :
2121 - macos-latest
2222 - ubuntu-latest
23+ rust :
24+ - " 1.44.0"
25+ # - "stable"
26+ # - "nightly
2327
2428 env :
2529 RUSTFLAGS : -D warnings
3539 - name : Rust Toolchain
3640 uses : actions-rs/toolchain@v1
3741 with :
38- toolchain : stable
42+ toolchain : ${{ matrix.rust }}
3943 profile : minimal
4044 override : true
4145 components : rustfmt
Original file line number Diff line number Diff line change 1919 os :
2020 - macos-latest
2121 - ubuntu-latest
22+ rust :
23+ - " 1.44.0"
24+ # - "stable"
25+ # - "nightly
2226
2327 env :
2428 RUSTFLAGS : -D warnings
3438 - name : Rust Toolchain
3539 uses : actions-rs/toolchain@v1
3640 with :
37- toolchain : stable
41+ toolchain : ${{ matrix.rust }}
3842 profile : minimal
3943 override : true
4044 components : rustfmt
Original file line number Diff line number Diff line change 1515 os :
1616 - macos-latest
1717 - ubuntu-latest
18+ rust :
19+ - " 1.44.0"
20+ # - "stable"
21+ # - "nightly
1822
1923 env :
2024 RUSTFLAGS : -D warnings
3034 - name : Rust Toolchain
3135 uses : actions-rs/toolchain@v1
3236 with :
33- toolchain : stable
37+ toolchain : ${{ matrix.rust }}
3438 profile : minimal
3539 override : true
3640 components : rustfmt, clippy
Original file line number Diff line number Diff line change 2121 os :
2222 - macos-latest
2323 - ubuntu-latest
24+ rust :
25+ - " 1.44.0"
26+ # - "stable"
27+ # - "nightly"
2428
2529 env :
2630 RUSTFLAGS : -D warnings
3640 - name : Rust Toolchain
3741 uses : actions-rs/toolchain@v1
3842 with :
39- toolchain : " 1.44.0 "
43+ toolchain : ${{ matrix.rust }}
4044 profile : minimal
4145 override : true
4246 components : rustfmt, clippy
You can’t perform that action at this time.
0 commit comments