Skip to content

Commit 20e0a37

Browse files
Use nightly rust-toolchain in CI
1 parent 7b5712a commit 20e0a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-ci-script.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
# FIXME: change to nightly once https://github.com/rust-lang/packed_simd/pull/350 is merged
5454
# needs to be kept in sync with the toolchain files
55-
toolchain: nightly-2023-06-14
55+
toolchain: nightly
5656
targets: ${{ inputs.target }}
5757
components: rustfmt
5858
- name: Generate Lockfile

0 commit comments

Comments
 (0)