Skip to content

Commit

Permalink
Merge #270
Browse files Browse the repository at this point in the history
270: version 0.3.18 r=jethrogb a=RalfJung

r? @jethrogb 

Co-authored-by: Ralf Jung <[email protected]>
  • Loading branch information
bors[bot] and RalfJung authored Dec 8, 2019
2 parents b246652 + 60bc7c3 commit 4628190
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4628190

Please sign in to comment.