We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ea319c commit 9f5ca7eCopy full SHA for 9f5ca7e
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.8"
+version = "0.14.9"
26
edition = "2018"
27
rust-version = "1.57" # Needed to support panic! in const fns
28
Changelog.md
@@ -1,5 +1,9 @@
1
# Unreleased
2
3
+# 0.14.9 - TODO
4
+
5
+- TODO
6
7
# 0.14.8 – 2022-02-03
8
9
- Add `Cr2::read_raw` ([#334](https://github.com/rust-osdev/x86_64/pull/334))
0 commit comments