Skip to content

Commit d95614f

Browse files
committed
v0.3.10
1 parent aca7071 commit d95614f

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77

8+
## [v0.3.10] - 2017-12-28
9+
10+
### Added
11+
12+
- Print a warning when the stable or beta toolchain, which are not supported, is used.
13+
14+
### Changed
15+
16+
- Set RUST_TARGET_PATH when building the sysroot. This fixes builds when using custom targets with a
17+
recent toolchain.
18+
19+
### Removed
20+
21+
- The lock file included in the rust-src component is no longer used when building the sysroot. This
22+
fixes building a sysroot that contains the compiler-builtins crate.
23+
824
## [v0.3.9] - 2017-09-06
925

1026
### Added
@@ -293,7 +309,9 @@ stage = 1
293309

294310
- Initial release
295311

296-
[Unreleased]: https://github.com/japaric/xargo/compare/v0.3.8...HEAD
312+
[Unreleased]: https://github.com/japaric/xargo/compare/v0.3.10...HEAD
313+
[v0.3.10]: https://github.com/japaric/xargo/compare/v0.3.9...v0.3.10
314+
[v0.3.9]: https://github.com/japaric/xargo/compare/v0.3.8...v0.3.9
297315
[v0.3.8]: https://github.com/japaric/xargo/compare/v0.3.7...v0.3.8
298316
[v0.3.7]: https://github.com/japaric/xargo/compare/v0.3.6...v0.3.7
299317
[v0.3.6]: https://github.com/japaric/xargo/compare/v0.3.5...v0.3.6

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ keywords = ["cli", "cross", "compilation", "std"]
88
license = "MIT OR Apache-2.0"
99
name = "xargo"
1010
repository = "https://github.com/japaric/xargo"
11-
version = "0.3.9"
11+
version = "0.3.10"
1212

1313
[dependencies]
1414
error-chain = "0.7.2"

0 commit comments

Comments
 (0)