Closed rzadp closed 5 months ago
The current implementation filters out placeholders from Plan.toml.
Plan.toml
There is however a problem with placeholders that are NOT marked as 0.0.0 in Plan.toml, but should not be treated as valid crates.
0.0.0
For example: pallet-parachain-template is not filtered out as a placeholder, but should be - all its versions have been yanked.
This change filters out packages from crates.io that have max_version as 0.0.0 - so they are just placeholders.
crates.io
max_version
The current implementation filters out placeholders from
Plan.toml
.There is however a problem with placeholders that are NOT marked as
0.0.0
inPlan.toml
, but should not be treated as valid crates.For example: pallet-parachain-template is not filtered out as a placeholder, but should be - all its versions have been yanked.
This change filters out packages from
crates.io
that havemax_version
as0.0.0
- so they are just placeholders.