Skip to content

Commit

Permalink
Merge afd1a57 into f8fe4da
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Dec 2, 2022
2 parents f8fe4da + afd1a57 commit 50047b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install toolchain
uses: dtolnay/rust-toolchain@1.62.0
uses: dtolnay/rust-toolchain@1.70.0

- name: Build
run: cargo build --verbose --all-targets
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install toolchain
uses: dtolnay/rust-toolchain@1.62.0
uses: dtolnay/rust-toolchain@1.70.0
with:
components: clippy

Expand Down

0 comments on commit 50047b5

Please sign in to comment.