Skip to content

Commit

Permalink
Merge pull-request #418
Browse files Browse the repository at this point in the history
  • Loading branch information
emostov committed Dec 14, 2023
2 parents d3cc4aa + 854b52e commit f929829
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Install stable toolchain
id: toolchain
uses: dtolnay/rust-toolchain@439cf607258077187679211f12aa6f19af4a0af7
uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
with:
profile: minimal
toolchain: 1.63
Expand All @@ -37,7 +37,7 @@ jobs:
uses: actions/checkout@v4

- name: Install nightly toolchain
uses: dtolnay/rust-toolchain@439cf607258077187679211f12aa6f19af4a0af7
uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
with:
profile: minimal
toolchain: nightly
Expand Down

0 comments on commit f929829

Please sign in to comment.