Skip to content

Commit

Permalink
pin Rust nightly to 2023-10-04
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Oct 5, 2023
1 parent 49e0ee9 commit 3a35021
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ jobs:
runs-on: self-hosted
strategy:
matrix:
rust: [nightly-2023-09-06]
rust: [nightly-2023-10-04]
job:
- os: macos
os-name: macos
2 changes: 1 addition & 1 deletion .github/workflows/publish-nightly-glibc-231-musl-1124.yml
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ jobs:
runs-on: ${{ matrix.job.os }}
strategy:
matrix:
rust: [nightly-2023-09-06]
rust: [nightly-2023-10-04]
job:
- os: ubuntu-20.04
os-name: linux
2 changes: 1 addition & 1 deletion .github/workflows/publish-nightly.yml
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ jobs:
runs-on: ${{ matrix.job.os }}
strategy:
matrix:
rust: [nightly-2023-09-25]
rust: [nightly-2023-10-04]
job:
- os: ubuntu-latest
os-name: linux

0 comments on commit 3a35021

Please sign in to comment.