Skip to content

Commit c001455

Browse files
committed
0.4.5
1 parent b6a7f98 commit c001455

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
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.4.5] - 2018-06-17
9+
- Add support for spaces in the sysroot path on Windows
10+
811
## [v0.4.4] - 2018-06-01
912
- Add config option `sysroot_path` that defines where the sysroot should be placed. Defaults to the `target/sysroot`.
1013

@@ -346,7 +349,8 @@ stage = 1
346349

347350
- Initial release
348351

349-
[Unreleased]: https://github.com/rust-osdev/cargo-xbuild/compare/v0.4.4...HEAD
352+
[Unreleased]: https://github.com/rust-osdev/cargo-xbuild/compare/v0.4.5...HEAD
353+
[v0.4.5]: https://github.com/rust-osdev/cargo-xbuild/compare/v0.4.4...v0.4.5
350354
[v0.4.4]: https://github.com/rust-osdev/cargo-xbuild/compare/v0.4.3...v0.4.4
351355
[v0.4.3]: https://github.com/rust-osdev/cargo-xbuild/compare/v0.4.2...v0.4.3
352356
[v0.4.2]: https://github.com/rust-osdev/cargo-xbuild/compare/v0.4.1...v0.4.2

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", "osdev"]
88
license = "MIT OR Apache-2.0"
99
name = "cargo-xbuild"
1010
repository = "https://github.com/rust-osdev/cargo-xbuild"
11-
version = "0.4.4"
11+
version = "0.4.5"
1212

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

0 commit comments

Comments
 (0)