Update Cargo.toml
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user