From 7af0fe2c6c1a8b37c3e98c99a3f9a4d021f5546d Mon Sep 17 00:00:00 2001 From: greg Date: Fri, 16 Apr 2021 02:07:40 -0700 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index afe503c..09834f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["greg "] 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"