Skip to content

Commit

Permalink
Use minimum supported Rust version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
widberg committed Nov 18, 2023
1 parent cec488c commit f7812b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
toolchain: 1.72.1

- name: Rust Cache
uses: Swatinem/rust-cache@v2.7.0
Expand Down

0 comments on commit f7812b9

Please sign in to comment.