Commit d2e55d0
chore(deps): keep a version alongside the onpair git pin
The onpair dep was a bare git rev with no `version`, which fails the
publish dry-run CI job (Cargo requires a version to package/publish).
Add `version = "0.1.0"` alongside the pin; Cargo only checks a version
is present, so local builds still resolve the pinned commit. Matches the
tpchgen pattern below.
Signed-off-by: Francesco Gargiulo <francesco@spiraldb.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent e3afa88 commit d2e55d0
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
| 195 | + | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| |||
0 commit comments