Skip to content

Commit ec75914

Browse files
committed
Auto merge of #467 - JustForFun88:remove_cross_toml, r=Amanieu
Migrate from `actions-rs/toolchain@v1` to `dtolnay/rust-toolchain@master` and remove `Cross.toml` This PR replace the usage of [actions-rs/toolchain@v1](https://github.com/actions-rs/toolchain) with [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) as it is no longer maintained and uses the deprecated GitHub Actions API. The [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) provides similar functionality and also provides some additional features such as colored output. Regarding the `Cross.toml` file, it is no longer needed after merging rust-lang/rust#115267.
2 parents f9e4900 + dcff369 commit ec75914

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,9 @@ jobs:
3737
needs: basics
3838
steps:
3939
- uses: actions/checkout@v3
40-
- uses: actions-rs/toolchain@v1
40+
- uses: dtolnay/rust-toolchain@master
4141
with:
4242
toolchain: ${{ matrix.channel }}
43-
override: true
4443
- env:
4544
TARGET: ${{ matrix.target }}
4645
CHANNEL: ${{ matrix.channel }}

Cross.toml

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)