From 40bc3e9059cc357022c6183672aaf8f16f202f80 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Tue, 27 Sep 2016 13:43:53 +0200 Subject: [PATCH] Use crates.io version of multiboot2 (cherry picked from commit c6b134695682b43c2e168741c8ebcd552af39470) --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b2719d63..354583b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ version = "0.1.0" [dependencies] bit_field = "0.5.0" bitflags = "0.7.0" +multiboot2 = "0.1.0" once = "0.2.1" rlibc = "0.1.4" spin = "0.3.4" @@ -13,8 +14,6 @@ spin = "0.3.4" [dependencies.hole_list_allocator] path = "libs/hole_list_allocator" -[dependencies.multiboot2] -git = "https://github.com/phil-opp/multiboot2-elf64" [dependencies.x86] default-features = false