Skip to content

Commit

Permalink
Bump rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
dscottboggs committed Oct 21, 2023
1 parent b9ba308 commit f22ee6a
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 @@ -39,7 +39,7 @@ jobs:
- uses: swatinem/rust-cache@v2
- uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.65.0
toolchain: 1.67.0
components: clippy
- run: cargo clippy --all-features -- -D warnings

Expand All @@ -51,7 +51,7 @@ jobs:
- uses: swatinem/rust-cache@v2
- uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.65.0
toolchain: 1.67.0
components: rustfmt
- run: cargo fmt --check

0 comments on commit f22ee6a

Please # to comment.