Skip to content

Commit 004d5c0

Browse files
committed
commit uncommitted changes
1 parent f112ad9 commit 004d5c0

27 files changed

Lines changed: 18481 additions & 675 deletions

.github/workflows/rust-benchmark.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v4
2929

30-
- name: Setup Rust (nightly-2022-08-22)
30+
- name: Setup Rust (nightly)
3131
uses: dtolnay/rust-toolchain@master
3232
with:
33-
toolchain: nightly-2022-08-22
33+
toolchain: nightly
3434
components: rustfmt, clippy
3535

3636
- name: Cache cargo registry
@@ -64,10 +64,10 @@ jobs:
6464
fetch-depth: 0
6565
token: ${{ secrets.GITHUB_TOKEN }}
6666

67-
- name: Setup Rust (nightly-2022-08-22)
67+
- name: Setup Rust (nightly)
6868
uses: dtolnay/rust-toolchain@master
6969
with:
70-
toolchain: nightly-2022-08-22
70+
toolchain: nightly
7171

7272
- name: Setup Python
7373
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)