From 0aae5ebb9aae0012160334cc17572d7f1b9ec149 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Thu, 6 Apr 2023 17:52:09 -0700 Subject: [PATCH] doc(changelog): `[env]` is a table, not a stable --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cac7692f296..528e5da2229 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)