Fix component example in Readme

The comment talks about a stable Rust version, but the configuration was set to nightly.
This commit is contained in:
Philipp Oppermann 2019-11-18 12:24:16 +01:00 committed by svartalf
parent d03d2d0fa3
commit 6f9b172a64
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ and in combination with the [profiles](#profiles) input it allows to install onl
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: stable
components: rustfmt, clippy
```