From a1fec50f0e2ed57193d48c323c6e0c341f4f2af6 Mon Sep 17 00:00:00 2001 From: Weihang Lo Date: Wed, 1 Oct 2025 09:04:14 -0400 Subject: [PATCH] docs(changelog): literal host-tuple support --- src/doc/src/CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/doc/src/CHANGELOG.md b/src/doc/src/CHANGELOG.md index 3c89cf12134..c4beb61415d 100644 --- a/src/doc/src/CHANGELOG.md +++ b/src/doc/src/CHANGELOG.md @@ -91,6 +91,12 @@ ([build cache doc](https://doc.rust-lang.org/nightly/cargo/reference/build-cache.html)) [#15833](https://github.com/rust-lang/cargo/pull/15833) [#15840](https://github.com/rust-lang/cargo/pull/15840) +- The `--target` flag and the `build.target` configuration can now take literal + `"host-tuple"` string, which will internally be substituted by the host + machine's target triple. + [#15838](https://github.com/rust-lang/cargo/pull/15838) + [#16003](https://github.com/rust-lang/cargo/pull/16003) + [#16032](https://github.com/rust-lang/cargo/pull/16032) ### Changed