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"]
|
||||
path = programs/ion
|
||||
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"
|
||||
|
||||
[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
1
openlibm
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 1581174c85f7b645b15ba1ac1c3a98fb601f0fe7
|
Loading…
Reference in a new issue