Skip to content

Commit c34fc21

Browse files
committed
0.5.1
1 parent 5a26976 commit c34fc21

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77

8+
## [v0.5.1] - 2018-12-14
9+
- Fix the sysroot build: the compiler_builtins crate now lives on crates.io
10+
811
## [v0.5.0] - 2018-10-01
912
- Error instead of warn when `cargo xbuild` is executed with a stable or beta compiler.
1013

@@ -364,7 +367,8 @@ stage = 1
364367

365368
- Initial release
366369

367-
[Unreleased]: https://github.com/rust-osdev/cargo-xbuild/compare/v0.5.0...HEAD
370+
[Unreleased]: https://github.com/rust-osdev/cargo-xbuild/compare/v0.5.1...HEAD
371+
[v0.5.1]: https://github.com/rust-osdev/cargo-xbuild/compare/v0.5.0...v0.5.1
368372
[v0.5.0]: https://github.com/rust-osdev/cargo-xbuild/compare/v0.4.9...v0.5.0
369373
[v0.4.9]: https://github.com/rust-osdev/cargo-xbuild/compare/v0.4.8...v0.4.9
370374
[v0.4.8]: https://github.com/rust-osdev/cargo-xbuild/compare/v0.4.7...v0.4.8

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ keywords = ["cli", "cross", "compilation", "std", "osdev"]
88
license = "MIT OR Apache-2.0"
99
name = "cargo-xbuild"
1010
repository = "https://github.com/rust-osdev/cargo-xbuild"
11-
version = "0.5.0"
11+
version = "0.5.1"
1212

1313
[lib]
1414
name = "xargo_lib"

0 commit comments

Comments
 (0)