Remove unused dependence

This commit is contained in:
Yuke Peng
2024-01-19 14:40:51 +08:00
committed by Tate, Hongliang Tian
parent 2d605e04d1
commit 289483390a
2 changed files with 0 additions and 8 deletions

View File

@ -23,7 +23,6 @@ aster-rights-proc = { path = "../aster-rights-proc" }
aster-util = { path = "../aster-util" }
int-to-c-enum = { path = "../../libs/int-to-c-enum" }
cpio-decoder = { path = "../cpio-decoder" }
virtio-input-decoder = "0.1.4"
ascii = { version = "1.1", default-features = false, features = ["alloc"] }
intrusive-collections = "0.9.5"
time = { version = "0.3", default-features = false, features = ["alloc"] }