Update x86 crate to version 0.6 and disable performance counter

This commit is contained in:
Philipp Oppermann
2016-01-19 23:50:59 +01:00
parent 23ee000f70
commit 865dd9cd72
2 changed files with 16 additions and 2 deletions

View File

@@ -9,7 +9,10 @@ crate-type = ["staticlib"]
[dependencies]
rlibc = "0.1.4"
spin = "0.3.4"
x86 = "0.5.0"
[dependencies.x86]
version = "0.6.0"
default-features = false
[dependencies.multiboot2]
git = "https://github.com/phil-opp/multiboot2-elf64"