We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0fbff0 commit c465e02Copy full SHA for c465e02
.github/workflows/ci.yml
@@ -21,7 +21,10 @@ jobs:
21
# FIXME(eddyb) `style_edition = "2024"` in `rustfmt.toml` is what keeps
22
# this on `nightly`, should switch to `stable` when that stabilizes.
23
toolchain: nightly
24
- override: true
+ # HACK(eddyb) use `nightly` by default without breaking the ability to
25
+ # temporarily bypass it through `rust-toolchain.toml`.
26
+ default: true
27
+ override: false
28
29
# run cargo fetch w/ --locked to verify Cargo.lock is up-to-date
30
- run: cargo fetch --locked
0 commit comments