Commit f9dd0f8
fix: use git dep for probe-extract-check instead of local path
The path dependency `../probe/probe-extract-check` breaks
`cargo install --git` and CI because Cargo validates all path deps
during manifest parsing, even dev-dependencies it won't build.
Replace with a git dependency pointing at the probe repo.
Made-with: Cursor
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent b0ba32c commit f9dd0f8
2 files changed
Lines changed: 68 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
34 | | - | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
0 commit comments