v1.2.0
[1.2.0] - 2026-03-19
Full Changelog: v1.1.2...v1.2.0
What's Changed
- Simplify codebase: extract shared helpers and reduce duplication (#13, #17)
- refactor: simplify Diagnostic to enum, extract for_each_dep_table_mut (#14)
- feat: alternate registry support (#15)
Added
- Alternate registry support: dependencies using
registry = "my-registry"are now handled correctly- A member dep only matches a workspace dep if both use the same registry (or both use the default crates.io)
- Promotion candidates are grouped by
(name, registry)pair — deps from different registries are not grouped together --fixstripsregistryfrom member deps when converting to{ workspace = true }(the workspace dep owns the registry)--fixcarriesregistryinto promoted workspace deps