Use newest version of allocator and spin

This commit is contained in:
Jeremy Soller 2016-09-22 16:12:48 -06:00
parent e90e674f67
commit dd05c0e2ec
3 changed files with 6 additions and 2 deletions

3
.gitmodules vendored
View file

@ -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

View file

@ -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 = "*"

1
openlibm Submodule

@ -0,0 +1 @@
Subproject commit 1581174c85f7b645b15ba1ac1c3a98fb601f0fe7