Skip to content

Commit b3ccf62

Browse files
committed
0.4.6
1 parent 1a5ad3e commit b3ccf62

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.6] - 2018-06-17
9+
- Unset RUSTFLAGS for sysroot building to support using the `--emit-link` flag.
10+
811
## [v0.4.5] - 2018-06-17
912
- Add support for spaces in the sysroot path on Windows
1013

@@ -349,7 +352,8 @@ stage = 1
349352

350353
- Initial release
351354

352-
[Unreleased]: https://github.com/rust-osdev/cargo-xbuild/compare/v0.4.5...HEAD
355+
[Unreleased]: https://github.com/rust-osdev/cargo-xbuild/compare/v0.4.6...HEAD
356+
[v0.4.6]: https://github.com/rust-osdev/cargo-xbuild/compare/v0.4.5...v0.4.6
353357
[v0.4.5]: https://github.com/rust-osdev/cargo-xbuild/compare/v0.4.4...v0.4.5
354358
[v0.4.4]: https://github.com/rust-osdev/cargo-xbuild/compare/v0.4.3...v0.4.4
355359
[v0.4.3]: https://github.com/rust-osdev/cargo-xbuild/compare/v0.4.2...v0.4.3

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.5"
11+
version = "0.4.6"
1212

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

0 commit comments

Comments
 (0)