Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Commit

Permalink
Bump correct version number
Browse files Browse the repository at this point in the history
  • Loading branch information
GeckoEidechse committed Jul 30, 2022
1 parent d4e538b commit d3facca
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,30 +17,30 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.57.0
toolchain: 1.62.0
profile: minimal
override: true
components: rustfmt, clippy
- uses: actions-rs/[email protected].6
- uses: actions-rs/[email protected].1
name: Check format
with:
command: fmt
args: --all -- --check
- uses: actions-rs/[email protected].6
- uses: actions-rs/[email protected].1
name: Run clippy
with:
command: clippy
args: --all-targets --locked -- -D warnings
- uses: actions-rs/[email protected].6
- uses: actions-rs/[email protected].1
name: Run clippy (All features)
with:
command: clippy
args: --all-targets --locked --all-features -- -D warnings
- uses: actions-rs/[email protected].6
- uses: actions-rs/[email protected].1
name: Run tests
with:
command: test
- uses: actions-rs/[email protected].6
- uses: actions-rs/[email protected].1
name: Build
with:
command: build
Expand Down

0 comments on commit d3facca

Please sign in to comment.