We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad17aeb commit 14e6c6bCopy full SHA for 14e6c6b
1 file changed
.github/workflows/ci.yml
@@ -21,7 +21,5 @@ jobs:
21
uses: ./.github/workflows/build-test.yml
22
with:
23
os: ubuntu-latest
24
- # TODO: Switch back to nightly, so that lints run, once `cargo +nightly
25
- # test` no longer crashes rustc
26
- toolchain: stable
+ toolchain: nightly
27
web: true
0 commit comments