We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c21ad1 commit 47432feCopy full SHA for 47432fe
Cargo.toml
@@ -22,7 +22,7 @@ license = "MIT/Apache-2.0"
22
name = "x86_64"
23
readme = "README.md"
24
repository = "https://github.com/rust-osdev/x86_64"
25
-version = "0.11.5"
+version = "0.11.6"
26
edition = "2018"
27
28
[dependencies]
Changelog.md
@@ -2,6 +2,10 @@
2
3
- Fix const_item_mutation warnings added in latest Rust nightly ([#178](https://github.com/rust-osdev/x86_64/pull/178))
4
5
+# 0.11.6 – 2020-09-11 (yanked)
6
+
7
+- (accidental empty release)
8
9
# 0.11.5 – 2020-09-03
10
11
- 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