Skip to content

Commit 47432fe

Browse files
committed
Release version 0.11.6
1 parent 1c21ad1 commit 47432fe

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ license = "MIT/Apache-2.0"
2222
name = "x86_64"
2323
readme = "README.md"
2424
repository = "https://github.com/rust-osdev/x86_64"
25-
version = "0.11.5"
25+
version = "0.11.6"
2626
edition = "2018"
2727

2828
[dependencies]

Changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
- Fix const_item_mutation warnings added in latest Rust nightly ([#178](https://github.com/rust-osdev/x86_64/pull/178))
44

5+
# 0.11.6 – 2020-09-11 (yanked)
6+
7+
- (accidental empty release)
8+
59
# 0.11.5 – 2020-09-03
610

711
- Don't rely on promotion of `PageTableEntry::new` inside a `const fn` ([#175](https://github.com/rust-osdev/x86_64/pull/175))

0 commit comments

Comments
 (0)