mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-09 13:26:48 +00:00
Remove unused dependence
This commit is contained in:
parent
2d605e04d1
commit
289483390a
7
Cargo.lock
generated
7
Cargo.lock
generated
@ -292,7 +292,6 @@ dependencies = [
|
|||||||
"time",
|
"time",
|
||||||
"typeflags",
|
"typeflags",
|
||||||
"typeflags-util",
|
"typeflags-util",
|
||||||
"virtio-input-decoder",
|
|
||||||
"vte",
|
"vte",
|
||||||
"xmas-elf 0.8.0",
|
"xmas-elf 0.8.0",
|
||||||
]
|
]
|
||||||
@ -1632,12 +1631,6 @@ version = "0.9.4"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "virtio-input-decoder"
|
|
||||||
version = "0.1.4"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "7292fc7f4de1afc0ded2e9b6e6c557d9cd594fca27a2217eb97a89d34cf5c6f5"
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "volatile"
|
name = "volatile"
|
||||||
version = "0.4.6"
|
version = "0.4.6"
|
||||||
|
@ -23,7 +23,6 @@ aster-rights-proc = { path = "../aster-rights-proc" }
|
|||||||
aster-util = { path = "../aster-util" }
|
aster-util = { path = "../aster-util" }
|
||||||
int-to-c-enum = { path = "../../libs/int-to-c-enum" }
|
int-to-c-enum = { path = "../../libs/int-to-c-enum" }
|
||||||
cpio-decoder = { path = "../cpio-decoder" }
|
cpio-decoder = { path = "../cpio-decoder" }
|
||||||
virtio-input-decoder = "0.1.4"
|
|
||||||
ascii = { version = "1.1", default-features = false, features = ["alloc"] }
|
ascii = { version = "1.1", default-features = false, features = ["alloc"] }
|
||||||
intrusive-collections = "0.9.5"
|
intrusive-collections = "0.9.5"
|
||||||
time = { version = "0.3", default-features = false, features = ["alloc"] }
|
time = { version = "0.3", default-features = false, features = ["alloc"] }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user