Skip to content

Commit

Permalink
Add reference to Cargo -Z build-std feature
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthagen committed Sep 12, 2020
1 parent 0c4d40e commit cc1521c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@ panic = 'abort'

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

> **Note**: See also the nightly Cargo
[`-Z build-std` feature ](https://doc.rust-lang.org/cargo/reference/unstable.html#build-std),
which will likely evolve into a replacement for much of what Xargo currently does.

> **Note**: [Xargo is currently in maintenance status](https://github.com/japaric/xargo/issues/193),
but eventually the features used below should make their way into Cargo.

Expand Down

0 comments on commit cc1521c

Please sign in to comment.