From e06560b176c11adb6a869748bf17c0a37cf879a2 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Fri, 9 Mar 2018 20:38:52 +0100 Subject: [PATCH] v0.3.11 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0734c9a..47e3e3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v0.3.11] - 2018-03-09 + +### Added + +- Xargo now copies the `bin` directory from the original sysroot, the host sysroot, into its own. + This lets you use binaries shipped with the Rust toolchain, like LLD. + ## [v0.3.10] - 2017-12-28 ### Added diff --git a/Cargo.toml b/Cargo.toml index c40bd58..209688a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ keywords = ["cli", "cross", "compilation", "std"] license = "MIT OR Apache-2.0" name = "xargo" repository = "https://github.com/japaric/xargo" -version = "0.3.10" +version = "0.3.11" [dependencies] error-chain = "0.7.2"