mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-26 19:23:23 +00:00
修改CFSqueue从Vec变成红黑树 (#229)
使用了由tickbh编写的rbtree: https://github.com/tickbh/rbtree-rs/blob/master/src/lib.rs Co-authored-by: tickbh <tickdream125@hotmail.com>
This commit is contained in:
@ -27,6 +27,7 @@ num-derive = "0.3"
|
||||
[build-dependencies]
|
||||
bindgen = "0.61.0"
|
||||
|
||||
|
||||
[dependencies.lazy_static]
|
||||
version = "1.4.0"
|
||||
# 由于在no_std环境,而lazy_static依赖了spin库,因此需要指定其使用no_std
|
||||
|
Reference in New Issue
Block a user