Use upstream lazy_static and update once crate

This commit is contained in:
Philipp Oppermann
2016-08-04 19:59:29 +02:00
parent 74cadb15a3
commit 3bd5e56e3f
2 changed files with 7 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ version = "0.1.0"
[dependencies]
bit_field = "0.1.0"
bitflags = "0.7.0"
once = "0.2.1"
once = "0.3.2"
rlibc = "0.1.4"
spin = "0.3.4"
@@ -20,6 +20,10 @@ git = "https://github.com/phil-opp/multiboot2-elf64"
default-features = false
version = "0.7.1"
[dependencies.lazy_static]
version = "0.2.1"
features = ["spin_no_std"]
[lib]
crate-type = ["staticlib"]