We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1890d16 + a1fec50 commit 81c3f77Copy full SHA for 81c3f77
src/doc/src/CHANGELOG.md
@@ -91,6 +91,12 @@
91
([build cache doc](https://doc.rust-lang.org/nightly/cargo/reference/build-cache.html))
92
[#15833](https://github.com/rust-lang/cargo/pull/15833)
93
[#15840](https://github.com/rust-lang/cargo/pull/15840)
94
+- The `--target` flag and the `build.target` configuration can now take literal
95
+ `"host-tuple"` string, which will internally be substituted by the host
96
+ machine's target triple.
97
+ [#15838](https://github.com/rust-lang/cargo/pull/15838)
98
+ [#16003](https://github.com/rust-lang/cargo/pull/16003)
99
+ [#16032](https://github.com/rust-lang/cargo/pull/16032)
100
101
### Changed
102
0 commit comments