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:20 +00:00 committed by GitHub
parent a323173e23
commit a51ebfbfdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -24,16 +24,16 @@ jobs:
toolchain: stable
override: true
- name: cargo fetch
uses: actions-rs/cargo@v1
uses: actions-rs/cargo@v1.0.3
with:
command: fetch
- name: Run tests
uses: actions-rs/cargo@v1
uses: actions-rs/cargo@v1.0.3
with:
command: test
args: --verbose --all
- name: Build
uses: actions-rs/cargo@v1
uses: actions-rs/cargo@v1.0.3
with:
command: build
args: --verbose --release
@ -49,7 +49,7 @@ jobs:
with:
toolchain: nightly
override: true
- uses: actions-rs/cargo@v1
- uses: actions-rs/cargo@v1.0.3
with:
command: test
args: --all-features