Skip to content

Commit

Permalink
Bump actions-rs/cargo from 1 to 1.0.3
Browse files Browse the repository at this point in the history
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](actions-rs/cargo@v1...v1.0.3)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 12, 2021
1 parent e9ca710 commit dcc28e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
toolchain: stable
override: true
- name: 'check dependencies'
uses: actions-rs/cargo@v1
uses: actions-rs/cargo@v1.0.3
with:
command: check
args: '--all-targets'
Expand All @@ -64,12 +64,12 @@ jobs:
override: true
components: 'rustfmt, clippy'
- name: 'run rustfmt'
uses: actions-rs/cargo@v1
uses: actions-rs/cargo@v1.0.3
with:
command: fmt
args: '--all -- --check'
- name: 'run clippy'
uses: actions-rs/cargo@v1
uses: actions-rs/cargo@v1.0.3
with:
command: clippy
args: '--all-targets -- -D warnings'
Expand All @@ -93,7 +93,7 @@ jobs:
toolchain: stable
override: true
- name: 'run tests'
uses: actions-rs/cargo@v1
uses: actions-rs/cargo@v1.0.3
with:
command: test
args: '--all-targets'

0 comments on commit dcc28e9

Please sign in to comment.