Commit 0c9d5c5
fix(release): query specific crate version in exists_on_crates check
The exists_on_crates function was using `cargo info <crate>` which only
returns the latest version, causing the grep to miss older versions that
already exist on crates.io. This led to duplicate publish attempts.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 321980e commit 0c9d5c5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments