Commit cb00cc9
authored
fix(deps): declare cooklang's bundled_units feature explicitly (#371)
bundled_units carries the unit database behind quantity scaling and unit
normalisation. cook recipe depends on it, but cookcli never declared it:
it was reaching us purely through cargo feature unification, because
cooklang-language-server and cooklang-reports depend on cooklang with
default features.
Any dependency change that dropped those crates from the graph would
silently alter recipe output - units stop normalising ('cups' instead of
'c') and quantities stop being scalable. Declare it where it is used.
No-op today: resolved cooklang features and crate count are identical.
Refs #3661 parent 6120c7c commit cb00cc9
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
42 | 46 | | |
43 | 47 | | |
44 | 48 | | |
| |||
0 commit comments