Fix dependency issue between components logger and virtio

This commit is contained in:
Shaowei Song
2024-12-12 11:38:42 +00:00
committed by Tate, Hongliang Tian
parent 8bbbde4ccb
commit 4cb85f0adb
6 changed files with 2 additions and 8 deletions

View File

@ -11,7 +11,6 @@ spin = "0.9.4"
ostd = { path = "../../../ostd" }
aster-util = { path = "../../libs/aster-util" }
aster-rights = { path = "../../libs/aster-rights" }
aster-logger = { path = "../logger" }
component = { path = "../../libs/comp-sys/component" }
int-to-c-enum = { path = "../../libs/int-to-c-enum" }
log = "0.4"