cargo/crates
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
..
cargo-platform chore: Make N-2 the default MSRV 2024-01-18 15:30:41 -06:00
cargo-test-macro Docs(crates/cargo-test-*): Add external usage warning 2024-03-26 11:17:34 +01:00
cargo-test-support reproduce failure when packaging a path-dependency inside a symlinked git repository (#13773) 2024-04-19 07:11:37 +02:00
cargo-util gate some libc usages under cfg(unix) 2024-04-19 15:27:21 +03:00
cargo-util-schemas fix(toml)!: Remove support for inheriting badges 2024-04-22 14:22:01 -05:00
crates-io chore: Bump versions 2024-03-25 14:13:38 -05:00
home chore: Make N-2 the default MSRV 2024-01-18 15:30:41 -06:00
mdman chore: update pulldown-cmark to 0.10.0 2024-03-04 20:14:44 +00:00
resolver-tests Auto merge of #13281 - LuuuXXX:issue-10729, r=epage 2024-02-22 17:28:17 +00:00
rustfix fix(rustfix): dont apply same suggestion twice 2024-04-10 11:54:33 -04:00
semver-check chore: Remove rust-version from private packages 2024-01-18 15:24:25 -06:00
xtask-build-man chore: Remove rust-version from private packages 2024-01-18 15:24:25 -06:00
xtask-bump-check chore(ci): Don't check cargo against beta channel 2024-04-29 09:05:33 -05:00
xtask-stale-label refactor(toml): Resolve toml_edit deprecations 2024-03-15 12:00:06 -05:00