Skip to content

Commit

Permalink
Use a particular Rust version in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
janaknat committed Nov 13, 2023
1 parent 814cb23 commit 1476658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
uses: dtolnay/rust-toolchain@1.73.0
with:
components: rustfmt, clippy
- uses: Swatinem/rust-cache@v1
Expand Down

0 comments on commit 1476658

Please sign in to comment.