cargo/crates/cargo-util-schemas
Ed Page bdd4bda518 fix(toml)!: Remove support for inheriting badges
We allowed `[badges]` to inherit from `[workspace.package.badges]`

This was a bug:
- This was not specified in the RFC
- We did not document this
- Even if someone were to try to guess to use this, it is inconsistent
  with how inheritance works because this should inherit from
  `workspace.badges` instead of `workspace.package.badges`

While keeping in mind that `[badges]` is effectively deprecated.

In that context, I think its safe to break support for this without a
transition period.

Fixes #13643
2024-04-22 14:22:01 -05:00
..
src fix(toml)!: Remove support for inheriting badges 2024-04-22 14:22:01 -05:00
Cargo.toml fix(toml)!: Remove support for inheriting badges 2024-04-22 14:22:01 -05:00
LICENSE-APACHE refactor(schemas): Pull out cargo-util-schemas crate 2023-12-15 13:22:25 -06:00
LICENSE-MIT refactor(schemas): Pull out cargo-util-schemas crate 2023-12-15 13:22:25 -06:00