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

7
Cargo.lock generated
View File

@ -292,7 +292,6 @@ dependencies = [
"time",
"typeflags",
"typeflags-util",
"virtio-input-decoder",
"vte",
"xmas-elf 0.8.0",
]
@ -1632,12 +1631,6 @@ version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "virtio-input-decoder"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7292fc7f4de1afc0ded2e9b6e6c557d9cd594fca27a2217eb97a89d34cf5c6f5"
[[package]]
name = "volatile"
version = "0.4.6"

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"] }