Use asterinas inventory

This commit is contained in:
Yuke Peng
2024-01-19 14:54:29 +08:00
committed by Tate, Hongliang Tian
parent 289483390a
commit 7b729de3a6
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
inventory = { git = "https://github.com/sdww0/inventory", rev = "6356dc7" }
inventory = { git = "https://github.com/asterinas/inventory", rev = "9dce587" }
log = "0.4"
component-macro = { path = "../component-macro" }