Skip to content

Commit a9f2d21

Browse files
committed
Merge remote-tracking branch 'master' into uefi
2 parents 9ddeaaa + 0898aa9 commit a9f2d21

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

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
@@ -1,6 +1,6 @@
11
[package]
22
name = "bootloader"
3-
version = "0.9.8"
3+
version = "0.9.11"
44
authors = ["Philipp Oppermann <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
description = "An experimental pure-Rust x86 bootloader."

Changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Unreleased
22

3+
# 0.9.11 – 2020-09-29
4+
5+
- Update `Cargo.lock` to fix nightly breakage ([#129](https://github.com/rust-osdev/bootloader/pull/129))
6+
7+
# 0.9.10 – 2020-09-24
8+
9+
- Update `x86_64` again to version 0.12.1 to fix `const fn`-related build errors on latest nightly
10+
11+
# 0.9.9 – 2020-09-20
12+
13+
- Run `cargo update` to fix build errors of `x86_64` on latest nightly
14+
315
# 0.9.8 – 2020-07-17
416

517
- Enable rlibc dependency only with `binary` feature ([#126](https://github.com/rust-osdev/bootloader/pull/126))

0 commit comments

Comments
 (0)