Skip to content

Commit

Permalink
Update pinned nightly rust version for conformance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jpschorr committed Mar 6, 2024
1 parent 10a4b32 commit 2fcb1ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Rust Toolchain
uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2023-03-09
toolchain: nightly-2023-06-09
- uses: actions/cache@v3
id: restore-build
with:
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
- name: Rust Toolchain
uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2023-03-09
toolchain: nightly-2023-06-09
- uses: actions/cache@v3
id: restore-build-and-conformance
with:
Expand Down

0 comments on commit 2fcb1ad

Please sign in to comment.