All Versions
44
Latest Version
Avg Release Cycle
83 days
Latest Release
755 days ago

Changelog History
Page 1

  • v0.3.25 Changes

    March 26, 2022

    ๐Ÿ”„ Changed

    • 0๏ธโƒฃ No longer enable the backtrace feature of error-chain by default to reduce build times. Install xargo with --features backtrace to re-enable backtraces.
  • v0.3.24 Changes

    September 21, 2021

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix compiler_builtins error when building without explicit dependencies in the Xargo.toml (thanks to @anickol).
  • v0.3.23 Changes

    May 08, 2021

    ๐Ÿ›  Fixed

    • ๐Ÿ‘ Allow running xargo from outside project root (thanks to @priyasiddharth).
    • ๐Ÿ›  Fix xargo when a target_dir is set for cargo (thanks to @oxalica).
    • ๐Ÿ›  Fix xargo for Windows targets.
  • v0.3.22 Changes

    July 29, 2020

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix for changed rustc directory layout.
    • Support relative XARGO_RUST_SRC.
  • v0.3.21 Changes

    July 11, 2020

    ๐Ÿ›  Fixed

    • ๐Ÿ‘‰ Make xargo fail on non-nightly, instead of continuing with the wrong sysroot.
    • ๐Ÿ Avoid adding '/' or '..' to paths for better Windows compatibility.
  • v0.3.20 Changes

    March 25, 2020

    ๐Ÿ›  Fixed

    • ๐Ÿ Check-only builds of windows-gnu targets now work without that target being installed for the toolchain.
  • v0.3.19 Changes

    December 31, 2019

    โž• Added

    • โž• Added a xargo-check binary that can be used for check-only builds of libstd (thanks to @Aaron1011).
  • v0.3.18 Changes

    December 08, 2019

    โž• Added

    • ๐Ÿ“‡ Xargo now forces metadata for sysroot crates to be different from "normal" crates to avoid issues with custom sysroots that share crates with the project (thanks to @roblabla).

    ๐Ÿ›  Fixed

    • ๐Ÿ— Build could fail when the rust-src directory was read-only (thanks to @leo60228).
  • v0.3.17 Changes

    November 08, 2019

    โž• Added

    • ๐Ÿ”’ Xargo now honors the Cargo.lock file shipped in the rust-src component, to make builds reproducible even when new versions of libraries are released on crates.io.
    • Xargo now searches for the Xargo.toml file in parent directories as well, not just in the current directory (thanks to @Nils-TUD and @Thog).

    ๐Ÿ›  Fixed

    • ๐Ÿ— The --message-format was only forwarded to the project build, not the sysroot build (thanks to @roblabla).
  • v0.3.16 Changes

    August 27, 2019

    ๐Ÿ›  Fixed

    • Xargo now works again with recent nightlies.