Bump actions-rs/cargo from 1 to 1.0.3

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

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

View File

@ -14,7 +14,7 @@ jobs:
with: with:
toolchain: nightly toolchain: nightly
override: true override: true
- uses: actions-rs/cargo@v1 - uses: actions-rs/cargo@v1.0.3
with: with:
command: test command: test
args: --all-features args: --all-features