File tree 2 files changed +6
-1
lines changed 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ v0.5.4] - 2019-02-04
9
+ - Fix build on latest nightly: ` liballoc ` was updated to Rust 2018
10
+
8
11
## [ v0.5.4] - 2019-01-17
9
12
- Don't fail when the ` lib ` or ` bin ` directories don't exist; only emit a warning
10
13
@@ -376,7 +379,8 @@ stage = 1
376
379
377
380
- Initial release
378
381
379
- [ Unreleased ] : https://github.com/rust-osdev/cargo-xbuild/compare/v0.5.4...HEAD
382
+ [ Unreleased ] : https://github.com/rust-osdev/cargo-xbuild/compare/v0.5.5...HEAD
383
+ [ v0.5.5 ] : https://github.com/rust-osdev/cargo-xbuild/compare/v0.5.4...v0.5.5
380
384
[ v0.5.4 ] : https://github.com/rust-osdev/cargo-xbuild/compare/v0.5.3...v0.5.4
381
385
[ v0.5.3 ] : https://github.com/rust-osdev/cargo-xbuild/compare/v0.5.2...v0.5.3
382
386
[ v0.5.2 ] : https://github.com/rust-osdev/cargo-xbuild/compare/v0.5.1...v0.5.2
Original file line number Diff line number Diff line change @@ -143,6 +143,7 @@ fn build_liballoc(
143
143
authors = ["The Rust Project Developers"]
144
144
name = "alloc"
145
145
version = "0.0.0"
146
+ edition = "2018"
146
147
147
148
[dependencies.compiler_builtins]
148
149
version = "0.1.0"
You can’t perform that action at this time.
0 commit comments