xargo v0.3.9 Release Notes

Release Date: 2017-09-06 // over 6 years ago
  • โž• Added

    • ๐Ÿ”’ Use Cargo.lock from the rust-src component if available. With this change the Xargo sysroot will be built using the exact same set of dependencies that the official sysroot distributed via rustup uses.

    • ๐Ÿ–จ The RUSTFLAGS variable internally used by Xargo is now printed when verbose (-v) mode is enabled.

    ๐Ÿ”„ Changed

    • ๐Ÿ“š Updated the documentation about building std with recent nightlies.