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 610255e commit 0af4b67Copy full SHA for 0af4b67
Cargo.toml
@@ -79,7 +79,6 @@ debug = true
79
overflow-checks = true
80
81
[package.metadata.docs.rs]
82
-features = [ "recursive_page_table", "map_physical_memory" ]
83
default-target = "x86_64-unknown-linux-gnu"
84
85
[package.metadata.release]
Changelog.md
@@ -1,5 +1,7 @@
1
# Unreleased
2
3
+- Fix docs.rs build: Don't enable any features
4
+
5
# 0.10.0 – 2021-04-06
6
7
- Rewrite for UEFI support ([#130](https://github.com/rust-osdev/bootloader/pull/130))
0 commit comments