Update Cargo.toml

This commit is contained in:
greg 2021-04-16 02:07:40 -07:00
parent a73a10f7a3
commit 7af0fe2c6c
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ authors = ["greg <greg.shuflin@protonmail.com>"]
edition = "2018"
[dependencies]
bootloader = "0.6.4"
bootloader = { version = "0.6.4", features = ["map_physical_memory"] }
volatile = "0.2.6"
spin = "0.5.0"
x86_64 = "0.7.2"