From 231cab75fe81965244632fc4b0d49ff2de10ae52 Mon Sep 17 00:00:00 2001 From: Deepak Sirone Date: Fri, 15 Jun 2018 23:46:07 +0530 Subject: [PATCH] Use older linked_list_allocator verison --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c61645d..72e0ae1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ crate-type = ["staticlib"] [dependencies] bitflags = "1" clippy = { version = "*", optional = true } -linked_list_allocator = "0.6" +linked_list_allocator = "0.6.1" raw-cpuid = "3.0" redox_syscall = { path = "syscall" } slab_allocator = { path = "slab_allocator", optional = true }