Commit 337be7e
committed
fix(package): Don't verify registry for --list
Since `--list` is doing nothing with registries, imo, it shouldn't error if
`CARGO_REGISTRY_DEFAULT` is not in `package.publish`.
This also affects `--registry` and `--index` but that should be fine.
Fixes crate-ci/cargo-release#9211 parent a36dd05 commit 337be7e
2 files changed
Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
279 | | - | |
| 279 | + | |
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6795 | 6795 | | |
6796 | 6796 | | |
6797 | 6797 | | |
6798 | | - | |
6799 | | - | |
6800 | | - | |
6801 | | - | |
| 6798 | + | |
| 6799 | + | |
| 6800 | + | |
| 6801 | + | |
| 6802 | + | |
6802 | 6803 | | |
6803 | 6804 | | |
6804 | 6805 | | |
| |||
0 commit comments