We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47432fe commit 3ce339eCopy full SHA for 3ce339e
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.6"
+version = "0.11.7"
26
edition = "2018"
27
28
[dependencies]
Changelog.md
@@ -1,5 +1,7 @@
1
# Unreleased
2
3
+# 0.11.7 – 2020-09-11
4
+
5
- Fix const_item_mutation warnings added in latest Rust nightly ([#178](https://github.com/rust-osdev/x86_64/pull/178))
6
7
# 0.11.6 – 2020-09-11 (yanked)
0 commit comments