Commit 185e39c
ci: cap dev-only bitflags below 2.12 to fix dispatch2 recursion overflow
bitflags 2.12.0 overflows the macro recursion limit while compiling the
transitive dispatch2 crate (pulled in via the bevy dev-dependency),
breaking the fresh-resolution --all-features --all-targets lint/test
builds in CI. Cargo.lock is gitignored, so CI always resolves to the
latest compatible versions and picked the broken 2.12.0. Constrain the
2.x bitflags bucket to <2.12; this is dev-only and does not change the
published dependency set.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent d41b205 commit 185e39c
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
71 | 76 | | |
72 | 77 | | |
73 | 78 | | |
| |||
0 commit comments