From 60bc7c31470a669d995ae8af15cf6e2543de5705 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Sun, 8 Dec 2019 22:30:47 +0100 Subject: [PATCH] version 0.3.18 --- CHANGELOG.md | 15 ++++++++++++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2edbced..795302d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,20 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [v0.3.17] - 2019-11-?? +## [v0.3.18] - 2019-12-?? + +### 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] - 2019-11-08 ### Added diff --git a/Cargo.lock b/Cargo.lock index 0d7687d..d651cca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -469,7 +469,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "xargo" -version = "0.3.17" +version = "0.3.18" dependencies = [ "dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "error-chain 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index a950b78..10b1f72 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.17" +version = "0.3.18" [dependencies] error-chain = "0.7.2"