Update Cargo.toml
This commit is contained in:
parent
a73a10f7a3
commit
7af0fe2c6c
@ -5,7 +5,7 @@ authors = ["greg <greg.shuflin@protonmail.com>"]
|
|||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bootloader = "0.6.4"
|
bootloader = { version = "0.6.4", features = ["map_physical_memory"] }
|
||||||
volatile = "0.2.6"
|
volatile = "0.2.6"
|
||||||
spin = "0.5.0"
|
spin = "0.5.0"
|
||||||
x86_64 = "0.7.2"
|
x86_64 = "0.7.2"
|
||||||
|
Loading…
Reference in New Issue
Block a user