File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " axallocator"
3- version = " 0.1.3-preview.1 "
3+ version = " 0.2.0 "
44edition = " 2021"
5- authors = [" Yuekai Jia <equation618@gmail.com>" , " Yu Chen <yuchen@tsinghua.edu.cn>" ]
5+ authors = [
6+ " Yuekai Jia <equation618@gmail.com>" ,
7+ " Yu Chen <yuchen@tsinghua.edu.cn>" ,
8+ ]
69description = " Various allocator algorithms in a unified interface"
710license = " GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0"
811homepage = " https://github.com/arceos-org/arceos"
@@ -34,7 +37,7 @@ axerrno = { version = "0.1", optional = true }
3437cfg-if = " 1.0"
3538rlsf = { version = " 0.2" , optional = true }
3639buddy_system_allocator = { version = " 0.10" , default-features = false , optional = true }
37- ax_slab_allocator = { version = " 0.3.2-preview.1 " , optional = true }
40+ ax_slab_allocator = { version = " 0.4 " , optional = true }
3841bitmap-allocator = { version = " 0.2" , optional = true }
3942
4043[dev-dependencies ]
You can’t perform that action at this time.
0 commit comments