diff --git a/CHANGELOG.md b/CHANGELOG.md index 01384a6..0f973f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [v0.3.22] - 2020-07-29 + +### Fixed + +- Fix for changed rustc directory layout. +- Support relative XARGO_RUST_SRC. + ## [v0.3.21] - 2020-07-11 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 159ab5e..9324019 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -407,7 +407,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "xargo" -version = "0.3.21" +version = "0.3.22" dependencies = [ "dirs 3.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "error-chain 0.12.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index a5eb9bd..17f78d8 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.21" +version = "0.3.22" default-run = "xargo" [dependencies]