Skip to content

Commit 0af4b67

Browse files
committed
Don't enable any features on docs.rs
1 parent 610255e commit 0af4b67

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ debug = true
7979
overflow-checks = true
8080

8181
[package.metadata.docs.rs]
82-
features = [ "recursive_page_table", "map_physical_memory" ]
8382
default-target = "x86_64-unknown-linux-gnu"
8483

8584
[package.metadata.release]

Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unreleased
22

3+
- Fix docs.rs build: Don't enable any features
4+
35
# 0.10.0 – 2021-04-06
46

57
- Rewrite for UEFI support ([#130](https://github.com/rust-osdev/bootloader/pull/130))

0 commit comments

Comments
 (0)