Skip to content

Commit cc1521c

Browse files
authored
Add reference to Cargo -Z build-std feature
1 parent 0c4d40e commit cc1521c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,10 @@ panic = 'abort'
141141

142142
![Minimum Rust: Nightly](https://img.shields.io/badge/Minimum%20Rust%20Version-nightly-orange.svg)
143143

144+
> **Note**: See also the nightly Cargo
145+
[`-Z build-std` feature ](https://doc.rust-lang.org/cargo/reference/unstable.html#build-std),
146+
which will likely evolve into a replacement for much of what Xargo currently does.
147+
144148
> **Note**: [Xargo is currently in maintenance status](https://github.com/japaric/xargo/issues/193),
145149
but eventually the features used below should make their way into Cargo.
146150

0 commit comments

Comments
 (0)