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 8f0c4c0 commit 5fe90c1Copy full SHA for 5fe90c1
Cargo.toml
@@ -15,7 +15,7 @@ license = "MIT/Apache-2.0"
15
name = "x86_64"
16
readme = "README.md"
17
repository = "https://github.com/rust-osdev/x86_64"
18
-version = "0.14.10"
+version = "0.14.11"
19
edition = "2018"
20
rust-version = "1.57" # Needed to support panic! in const fns
21
Changelog.md
@@ -1,5 +1,7 @@
1
# Unreleased
2
3
+# 0.14.11 – 2022-09-15
4
+
5
# 0.14.10 – 2022-07-10
6
7
## New Features
0 commit comments