Commit 647941d
committed
fix(ci): drop deleted llm-cli-wrapper from animus-bin-* cargo aliases
The `animus-bin-build`, `animus-bin-build-release`, and `animus-bin-check`
aliases in `.cargo/config.toml` still listed `-p llm-cli-wrapper`, but
that crate was deleted in 88316ff ("refactor(llm-cli-wrapper): delete
dead CliInterface + binary + tester + validator"). The v0.4.13 Release
Binaries workflow failed on all 4 targets with:
error: package ID specification 'llm-cli-wrapper' did not match any packages
This commit closes the gap so the tag-driven release succeeds.1 parent 7e43c43 commit 647941d
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments