update user module to 2021autumn version

This commit is contained in:
zhanghx0905 2021-11-19 18:50:59 +08:00
parent 92d9170fca
commit b03d06c330
29 changed files with 964 additions and 78 deletions

View file

@ -7,3 +7,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
buddy_system_allocator = "0.6"
bitflags = "1.2.1"
spin = "0.9"
lazy_static = { version = "1.4.0", features = ["spin_no_std"] }