Use newest version of allocator and spin
This commit is contained in:
parent
e90e674f67
commit
dd05c0e2ec
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -10,3 +10,6 @@
|
||||||
[submodule "ion"]
|
[submodule "ion"]
|
||||||
path = programs/ion
|
path = programs/ion
|
||||||
url = https://github.com/redox-os/ion.git
|
url = https://github.com/redox-os/ion.git
|
||||||
|
[submodule "openlibm"]
|
||||||
|
path = openlibm
|
||||||
|
url = https://github.com/JuliaLang/openlibm.git
|
||||||
|
|
|
@ -4,5 +4,5 @@ name = "hole_list_allocator"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
linked_list_allocator = "0.2.0"
|
linked_list_allocator = { git = "https://github.com/phil-opp/linked-list-allocator.git" }
|
||||||
spin = "0.3.5"
|
spin = "*"
|
||||||
|
|
1
openlibm
Submodule
1
openlibm
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 1581174c85f7b645b15ba1ac1c3a98fb601f0fe7
|
Loading…
Reference in a new issue