github: bump actions-rs/cargo from 1.0.1 to 1.0.3

Bumps [actions-rs/cargo](https://github.com/actions-rs/cargo) from 1.0.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](ae10961054...844f36862e)

---
updated-dependencies:
- dependency-name: actions-rs/cargo
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-03-18 15:33:45 +00:00 committed by Martin von Zweigbergk
parent bde79f7a60
commit 36a575ccbf
2 changed files with 4 additions and 4 deletions

View file

@ -24,12 +24,12 @@ jobs:
override: true
profile: minimal
- name: Build
uses: actions-rs/cargo@ae10961054e4aa8b4aa7dffede299aaf087aa33b
uses: actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505
with:
command: build
args: --workspace --verbose
- name: Test
uses: actions-rs/cargo@ae10961054e4aa8b4aa7dffede299aaf087aa33b
uses: actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505
with:
command: test
args: --workspace --verbose
@ -47,7 +47,7 @@ jobs:
profile: minimal
components: rustfmt
override: true
- uses: actions-rs/cargo@ae10961054e4aa8b4aa7dffede299aaf087aa33b
- uses: actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505
with:
command: fmt
args: --all -- --check

View file

@ -42,7 +42,7 @@ jobs:
override: true
target: ${{ matrix.target }}
- name: Build release binary
uses: actions-rs/cargo@ae10961054e4aa8b4aa7dffede299aaf087aa33b
uses: actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505
with:
command: build
args: --target ${{ matrix.target }} --verbose --release