Commit 5d3c29b
committed
fix: MSRV 1.94 exclusively + toolchain components + backend features
- rust-toolchain.toml: add components = ["clippy", "rustfmt"]
- ci.yaml: MSRV 1.64.0 → 1.94.0, BLAS_MSRV 1.71.1 → 1.94.0
(code uses LazyLock 1.80, is_multiple_of 1.94 — 1.64 was broken)
- Cargo.toml: native/intel-mkl/openblas = ["std"]
(backend features need std for hpc module with LazyLock dispatch)
- Removed duplicate openblas = [] declaration
https://claude.ai/code/session_01NYGrxVopyszZYgLBxe4hgj1 parent 86c85e7 commit 5d3c29b
3 files changed
Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
109 | | - | |
110 | | - | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
0 commit comments