All Versions
43
Latest Version
Avg Release Cycle
75 days
Latest Release
241 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.3.24 Changes
September 21, 2021🛠 Fixed
- 🛠 Fix
compiler_builtins
error when building without explicit dependencies in theXargo.toml
(thanks to @anickol).
- 🛠 Fix
-
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.
- 🏁 Check-only builds of
-
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).
- ➕ Added a
-
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 therust-src
component, to make builds reproducible even when new versions of libraries are released oncrates.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).
- 🔒 Xargo now honors the
-
v0.3.16 Changes
August 27, 2019🛠 Fixed
- Xargo now works again with recent nightlies.
-
v0.3.15 Changes
August 08, 2019➕ Added
- The cargo binary used by Xargo can be overwritten using the
CARGO
environment variable. (The same was already possible for rustc before, usingRUSTC
.)
🛠 Fixed
- Xargo now works again with recent nightlies.
- The cargo binary used by Xargo can be overwritten using the