about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJosh Stone <cuviper@gmail.com>2023-04-12 14:42:39 -0700
committerGitHub <noreply@github.com>2023-04-12 14:42:39 -0700
commitae60b362d949848ee1e7adc85a5973717af24fe8 (patch)
tree05340aa5f8f08619b4930c2f9bc980fb257802c2
parentc9358e9a0051286fc5f33ed4d2f9aa013cafdd57 (diff)
downloadrust-ae60b362d949848ee1e7adc85a5973717af24fe8.tar.gz
rust-ae60b362d949848ee1e7adc85a5973717af24fe8.zip
Cargo '-C' was reverted
Co-authored-by: Eric Huss <eric@huss.org>
-rw-r--r--RELEASES.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md
index db9e19a9814..80263765283 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -61,7 +61,6 @@ These APIs are now stable in const contexts:
 Cargo
 -----
 
-- [Added '-C' flag for changing current dir before build](https://github.com/rust-lang/cargo/pull/10952/)
 - [Cargo now suggests `cargo fix` or `cargo clippy --fix` when compilation warnings are auto-fixable.](https://github.com/rust-lang/cargo/pull/11558/)
 - [Cargo now suggests `cargo add` if you try to install a library crate.](https://github.com/rust-lang/cargo/pull/11410/)
 - [Cargo now sets the `CARGO_BIN_NAME` environment variable also for binary examples.](https://github.com/rust-lang/cargo/pull/11705/)