diff --git a/Cargo.toml b/Cargo.toml index d122321..4f76c5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,6 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -bootloader = "0.9.8" volatile = "0.2.6" spin = "0.5.2" x86_64 = "0.14.2" @@ -20,3 +19,7 @@ features = ["spin_no_std"] [dependencies.arrayvec] version = "0.7.1" default-features = false + +[dependencies.bootloader] +version = "0.9.19" +features = ["map_physical_memory"]