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 32ed8fc commit 1745184Copy full SHA for 1745184
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.15.0"
+version = "0.15.0-beta"
19
edition = "2018"
20
rust-version = "1.59" # Needed to support inline asm and default const generics
21
Changelog.md
@@ -1,6 +1,6 @@
1
# Unreleased
2
3
-# 0.15.0 – 2024-01-14
+# 0.15.0-beta – 2024-02-08
4
5
## Breaking changes
6
0 commit comments