We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b5712a commit 20e0a37Copy full SHA for 20e0a37
.github/workflows/run-ci-script.yml
@@ -52,7 +52,7 @@ jobs:
52
with:
53
# FIXME: change to nightly once https://github.com/rust-lang/packed_simd/pull/350 is merged
54
# needs to be kept in sync with the toolchain files
55
- toolchain: nightly-2023-06-14
+ toolchain: nightly
56
targets: ${{ inputs.target }}
57
components: rustfmt
58
- name: Generate Lockfile
0 commit comments