From c6b134695682b43c2e168741c8ebcd552af39470 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 --- Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 71f35bcf..713ee91b 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.3.2" rlibc = "0.1.4" spin = "0.3.4" @@ -17,9 +18,6 @@ path = "libs/hole_list_allocator" features = ["spin_no_std"] version = "0.2.1" -[dependencies.multiboot2] -git = "https://github.com/phil-opp/multiboot2-elf64" - [dependencies.x86] default-features = false version = "0.7.1"