Use crates.io version of multiboot2

This commit is contained in:
Philipp Oppermann
2016-09-27 13:43:53 +02:00
parent 05c537d1e7
commit c6b1346956

View File

@@ -6,6 +6,7 @@ version = "0.1.0"
[dependencies] [dependencies]
bit_field = "0.5.0" bit_field = "0.5.0"
bitflags = "0.7.0" bitflags = "0.7.0"
multiboot2 = "0.1.0"
once = "0.3.2" once = "0.3.2"
rlibc = "0.1.4" rlibc = "0.1.4"
spin = "0.3.4" spin = "0.3.4"
@@ -17,9 +18,6 @@ path = "libs/hole_list_allocator"
features = ["spin_no_std"] features = ["spin_no_std"]
version = "0.2.1" version = "0.2.1"
[dependencies.multiboot2]
git = "https://github.com/phil-opp/multiboot2-elf64"
[dependencies.x86] [dependencies.x86]
default-features = false default-features = false
version = "0.7.1" version = "0.7.1"