Update to spin 0.4.5

Fixes #274
This commit is contained in:
Philipp Oppermann
2016-12-30 14:40:39 +01:00
parent 14babd8c2a
commit 89abbf1038
3 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ bitflags = "0.7.0"
multiboot2 = "0.1.0"
once = "0.3.2"
rlibc = "0.1.4"
spin = "0.3.4"
spin = "0.4.5"
volatile = "0.1.0"
[dependencies.hole_list_allocator]

View File

@@ -4,4 +4,4 @@ name = "bump_allocator"
version = "0.1.0"
[dependencies]
spin = "0.3.5"
spin = "0.4.5"

View File

@@ -5,7 +5,7 @@ version = "0.1.0"
[dependencies]
linked_list_allocator = "0.2.0"
spin = "0.3.5"
spin = "0.4.5"
[dependencies.lazy_static]
version = "0.2.1"