Commit b474423
authored
Narrow MatrixAlgebraKit compat to pin at 0.6.4 (#258)
Root `[compat]` was claiming support for the whole 0.6 series (`"0.6"`)
while `test/Project.toml` pinned to `"0.6.0 - 0.6.4"`. That gap makes
the compat-bounds check fail: the root's upper bound (0.6.5) is not
reachable in the workspace resolver (since test caps at 0.6.4).
The right fix is to narrow root to match test, since MatrixAlgebraKit
0.6.5 has a JLArrays compat break (fix is on MatrixAlgebraKit main but
not yet registered). Once a fix is released (0.6.6), both root and test
can widen back to `"0.6"`.
### Changes
- Project.toml: `MatrixAlgebraKit = "0.6"` → `"0.6.0 - 0.6.4"`
- Project.toml: version `0.10.37` → `0.10.38`1 parent 550c1c1 commit b474423
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments