We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c693806 commit 680d098Copy full SHA for 680d098
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.14.6"
+version = "0.14.7"
26
edition = "2018"
27
28
[dependencies]
Changelog.md
@@ -1,5 +1,7 @@
1
# Unreleased
2
3
+# 0.14.7 – 2021-12-18
4
+
5
- fix: build error on the latest nightly ([#329](https://github.com/rust-osdev/x86_64/pull/329))
6
- add `set_general_handler` macro ([#285](https://github.com/rust-osdev/x86_64/pull/285))
7
- Derive common traits for number, range and enum types ([#315](https://github.com/rust-osdev/x86_64/pull/315))
0 commit comments