Skip to content

Commit

Permalink
ci(deps): Bump dtolnay/rust-toolchain from 1.70.0 to 1.73.0 (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjackman authored Nov 9, 2023
1 parent 6d41284 commit e53fc39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
clippy_check:
runs-on: ubuntu-latest
steps:
- uses: dtolnay/rust-toolchain@1.70.0
- uses: dtolnay/rust-toolchain@1.73.0
with:
components: clippy
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- uses: dtolnay/rust-toolchain@1.70.0
- uses: dtolnay/rust-toolchain@1.73.0

- name: Cargo doc
run: |
Expand Down

0 comments on commit e53fc39

Please sign in to comment.