Skip to content

Commit

Permalink
docs: fix wrong changelog PR link (rust-lang#14947)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss authored Dec 17, 2024
2 parents edb2c13 + 9ca1485 commit b9026bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -563,12 +563,12 @@

- ❗️ cargo-package: Disallow `package.license-file` and `package.readme` pointing
to non-existent files during packaging.
[#13921](https://github.com/rust-lang/cargo/pull/13921)
- ❗️ cargo-package: generated `.cargo_vcs_info.json` is always included,
even when `--allow-dirty` is passed.
[#13960](https://github.com/rust-lang/cargo/pull/13960)
- ❗️ Disallow passing `--release`/`--debug` flag along with the `--profile` flag.
[#13971](https://github.com/rust-lang/cargo/pull/13971)
[#13921](https://github.com/rust-lang/cargo/pull/13921)
- ❗️ Remove `lib.plugin` key support in Cargo.toml.
Rust plugin support has been deprecated for four years and was removed in 1.75.0.
[#13902](https://github.com/rust-lang/cargo/pull/13902)
Expand Down

0 comments on commit b9026bf

Please sign in to comment.