From dd05c0e2ec0000df9621bf7b4086c54715a2aeb9 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 22 Sep 2016 16:12:48 -0600 Subject: [PATCH] Use newest version of allocator and spin --- .gitmodules | 3 +++ alloc/hole_list_allocator/Cargo.toml | 4 ++-- openlibm | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) create mode 160000 openlibm diff --git a/.gitmodules b/.gitmodules index 6127e03..0a49a33 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "ion"] path = programs/ion url = https://github.com/redox-os/ion.git +[submodule "openlibm"] + path = openlibm + url = https://github.com/JuliaLang/openlibm.git diff --git a/alloc/hole_list_allocator/Cargo.toml b/alloc/hole_list_allocator/Cargo.toml index e682e21..5ef3a50 100644 --- a/alloc/hole_list_allocator/Cargo.toml +++ b/alloc/hole_list_allocator/Cargo.toml @@ -4,5 +4,5 @@ name = "hole_list_allocator" version = "0.1.0" [dependencies] -linked_list_allocator = "0.2.0" -spin = "0.3.5" +linked_list_allocator = { git = "https://github.com/phil-opp/linked-list-allocator.git" } +spin = "*" diff --git a/openlibm b/openlibm new file mode 160000 index 0000000..1581174 --- /dev/null +++ b/openlibm @@ -0,0 +1 @@ +Subproject commit 1581174c85f7b645b15ba1ac1c3a98fb601f0fe7