Remove invalid input fields from CI action for Rust setup (#283)

Neither `override` nor `profile` are valid inputs for the
`dtolnay/rust-toolchain` action. It always uses the minimal
profile anyways.
This commit is contained in:
Dirk Stolle
2023-03-07 08:35:10 +01:00
committed by GitHub
parent e0e02cfcf4
commit 3efde345b6

View File

@@ -105,6 +105,4 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
override: true
profile: minimal
- run: cargo doc --all-features