Skip to content

Commit

Permalink
cargo-xbuild 0.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-opp committed May 31, 2019
1 parent c747da9 commit 0945d11
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.5.10] - 2019-05-31

- Error when sysroot contains spaces ([#32](https://github.com/rust-osdev/cargo-xbuild/pull/32))
- Allow overriding the sysroot path through a `XBUILD_SYSROOT_PATH` environment variable ([#33](https://github.com/rust-osdev/cargo-xbuild/pull/33))

Expand Down Expand Up @@ -400,7 +402,8 @@ stage = 1

- Initial release

[Unreleased]: https://github.com/rust-osdev/cargo-xbuild/compare/v0.5.9...HEAD
[Unreleased]: https://github.com/rust-osdev/cargo-xbuild/compare/v0.5.10...HEAD
[v0.5.10]: https://github.com/rust-osdev/cargo-xbuild/compare/v0.5.9...v0.5.10
[v0.5.9]: https://github.com/rust-osdev/cargo-xbuild/compare/v0.5.8...v0.5.9
[v0.5.8]: https://github.com/rust-osdev/cargo-xbuild/compare/v0.5.7...v0.5.8
[v0.5.7]: https://github.com/rust-osdev/cargo-xbuild/compare/v0.5.6...v0.5.7
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", "osdev"]
license = "MIT OR Apache-2.0"
name = "cargo-xbuild"
repository = "https://github.com/rust-osdev/cargo-xbuild"
version = "0.5.9"
version = "0.5.10"

[lib]
name = "xargo_lib"
Expand Down

0 comments on commit 0945d11

Please sign in to comment.