Commit 5bb828d
committed
fix(ci): exclude crates/burn from workspace (requires edition 2024 / Rust 1.85+)
CI runs on older stable Rust. The burn crate uses edition 2024 and
upstream burn git deps which require Rust 1.85+. Excluding it from
the workspace members prevents CI failures while keeping it buildable
separately via: cargo check --manifest-path crates/burn/Cargo.toml
1,269 workspace tests still pass.
https://claude.ai/code/session_01Y69Vnw751w75iVSBRws7o71 parent cc60b9b commit 5bb828d
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
108 | 113 | | |
109 | 114 | | |
110 | 115 | | |
| |||
0 commit comments