|
45 | 45 | use_cross: true |
46 | 46 | - os: ubuntu-latest |
47 | 47 | target: x86_64-unknown-linux-gnu |
48 | | -# TODO: Enable it back |
49 | | -# - os: windows-latest |
50 | | -# target: i686-pc-windows-gnu |
| 48 | + # TODO: Enable it back |
| 49 | + # - os: windows-latest |
| 50 | + # target: i686-pc-windows-gnu |
51 | 51 | - os: windows-latest |
52 | 52 | target: i686-pc-windows-msvc |
53 | 53 | use_cross: true |
|
62 | 62 | - name: Install Rust toolchain |
63 | 63 | uses: dtolnay/rust-toolchain@master |
64 | 64 | with: |
65 | | - toolchain: 1.67.0 |
| 65 | + toolchain: 1.74 |
66 | 66 | targets: ${{ matrix.target }} |
67 | 67 | - uses: taiki-e/install-action@v2 |
68 | 68 | with: |
@@ -132,7 +132,7 @@ jobs: |
132 | 132 | - name: Install Rust toolchain |
133 | 133 | uses: dtolnay/rust-toolchain@master |
134 | 134 | with: |
135 | | - toolchain: 1.67.0 |
| 135 | + toolchain: 1.74 |
136 | 136 | targets: ${{ matrix.target }} |
137 | 137 | - uses: taiki-e/install-action@v2 |
138 | 138 | with: |
@@ -160,7 +160,7 @@ jobs: |
160 | 160 | - name: Install Rust toolchain |
161 | 161 | uses: dtolnay/rust-toolchain@master |
162 | 162 | with: |
163 | | - toolchain: 1.67.0 |
| 163 | + toolchain: 1.74 |
164 | 164 | targets: ${{ matrix.target }} |
165 | 165 | - uses: taiki-e/install-action@v2 |
166 | 166 | with: |
@@ -251,7 +251,7 @@ jobs: |
251 | 251 | - name: Install Rust toolchain |
252 | 252 | uses: dtolnay/rust-toolchain@master |
253 | 253 | with: |
254 | | - toolchain: 1.67.0 |
| 254 | + toolchain: 1.74 |
255 | 255 | targets: ${{ matrix.target }} |
256 | 256 | - uses: taiki-e/install-action@v2 |
257 | 257 | with: |
@@ -281,7 +281,7 @@ jobs: |
281 | 281 | - name: Install Rust toolchain |
282 | 282 | uses: dtolnay/rust-toolchain@master |
283 | 283 | with: |
284 | | - toolchain: 1.67.0 |
| 284 | + toolchain: 1.74 |
285 | 285 | targets: ${{ matrix.target }} |
286 | 286 | - uses: taiki-e/install-action@v2 |
287 | 287 | with: |
|
0 commit comments