Bump actions-rs/toolchain from 1 to 1.0.7

Bumps [actions-rs/toolchain](https://github.com/actions-rs/toolchain) from 1 to 1.0.7.
- [Release notes](https://github.com/actions-rs/toolchain/releases)
- [Changelog](https://github.com/actions-rs/toolchain/blob/master/CHANGELOG.md)
- [Commits](https://github.com/actions-rs/toolchain/compare/v1...v1.0.7)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-05-12 09:01:07 +00:00 committed by Deirdre Connolly
parent fe19cace5b
commit bb5dab84de
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v2.3.4
- uses: actions-rs/toolchain@v1
- uses: actions-rs/toolchain@v1.0.7
with:
toolchain: nightly
override: true

View File

@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2.3.4
# Because we use nightly features for building docs,
# using --all-features will fail without nightly toolchain.
- uses: actions-rs/toolchain@v1
- uses: actions-rs/toolchain@v1.0.7
with:
toolchain: nightly
override: true