doc(changelog): [env] is a table, not a stable

This commit is contained in:
Josh Stone 2023-04-06 17:52:09 -07:00 committed by GitHub
parent 60aaca6d5e
commit 0aae5ebb9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,7 +83,7 @@
and an inherited dependency of a member has `default-features = true`,
Cargo will enable default features of that dependency.
[#11409](https://github.com/rust-lang/cargo/pull/11409)
- ❗ Deny `CARGO_HOME` in `[env]` configuration stable. Cargo itself doesn't
- ❗ Deny `CARGO_HOME` in `[env]` configuration table. Cargo itself doesn't
pick up this value, but recursive calls to cargo will. We consider it as a
wrong behavior to only pass it to recursive invocations.
[#11644](https://github.com/rust-lang/cargo/pull/11644)