xargo v0.3.17 Release Notes

Release Date: 2019-11-08 // over 4 years ago
  • โž• 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).