docs(change): Don't mention non-existent workspace.badges

This commit is contained in:
Ed Page 2024-06-10 21:12:08 -05:00
parent 78d266d1e8
commit b3c5e1a164

View file

@ -94,7 +94,7 @@
### Changed
- ❗️ manifest: Disallow `[badges]` to inherit from `[workspace.package.badges]`.
This was considered a bug and should inherit from `[workspace.badges]`.
This was considered a bug.
Keep in mind that `[badges]` is effectively deprecated.
[#13788](https://github.com/rust-lang/cargo/pull/13788)
- build-script: Suggest old syntax based on MSRV.