From 89abbf10387efd06255d46109ca671b26dfa722f Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Fri, 30 Dec 2016 14:40:39 +0100 Subject: [PATCH] Update to spin 0.4.5 Fixes #274 --- Cargo.toml | 2 +- libs/bump_allocator/Cargo.toml | 2 +- libs/hole_list_allocator/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 59f0f7f7..65ad7255 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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] diff --git a/libs/bump_allocator/Cargo.toml b/libs/bump_allocator/Cargo.toml index 9b312524..a7b910cb 100644 --- a/libs/bump_allocator/Cargo.toml +++ b/libs/bump_allocator/Cargo.toml @@ -4,4 +4,4 @@ name = "bump_allocator" version = "0.1.0" [dependencies] -spin = "0.3.5" +spin = "0.4.5" diff --git a/libs/hole_list_allocator/Cargo.toml b/libs/hole_list_allocator/Cargo.toml index eba97fb5..f3273208 100644 --- a/libs/hole_list_allocator/Cargo.toml +++ b/libs/hole_list_allocator/Cargo.toml @@ -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"