Skip to content

Commit

Permalink
Fix toolchain to nightly-2023-07-28 (#195)
Browse files Browse the repository at this point in the history
* Fix toolchain to nightly-2023-07-28
* Adjust workflows as well
  • Loading branch information
MichaelKohler committed Jun 30, 2023
1 parent bd86e9b commit 0a37168
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: hecrj/setup-rust-action@50a120e4d34903c2c1383dec0e9b1d349a9cc2b1
with:
rust-version: nightly
rust-version: nightly-2023-06-28
components: clippy
- name: Run clippy
run: cargo clippy --all-targets --all-features
Expand All @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
rust: [nightly]
rust: [nightly-2023-06-28]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-dispatch-wikipedia-rerun.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
matrix:
os: [ubuntu-latest]
node-version: [18.x]
rust: [nightly]
rust: [nightly-2023-06-28]

steps:
# SETUP
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-dispatch-wikipedia.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
rust: [nightly]
rust: [nightly-2023-06-28]

steps:
# SETUP
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-dispatch-wikisource.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
rust: [nightly]
rust: [nightly-2023-06-28]

steps:
# SETUP
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-issue-trigger.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
rust: [nightly]
rust: [nightly-2023-06-28]

steps:
# SETUP
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-requests.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
rust: [nightly]
rust: [nightly-2023-06-28]

steps:
# SETUP
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
@@ -1 +1 @@
nightly
nightly-2023-06-28

0 comments on commit 0a37168

Please sign in to comment.