xargo v0.1.8 Release Notes

Release Date: 2016-09-04 // over 7 years ago
  • ๐Ÿ”„ Changed

    • ๐Ÿ–จ All the status messages are now printed to stderr instead of to stdout. Cargo did the same change (from stdout to stderr) a while ago. Let's follow suit.

    ๐Ÿ›  Fixed

    • When compiling crate foo with Xargo, the profile section of foo's Cargo.toml is also "taken into account" when compiling the sysroot. For example, if foo has set panic = "abort" for all its profiles, then the sysroot will also be compiled with -C panic=abort. Previously, this wasn't the case.