Rename the path of dependent crates

This commit is contained in:
Jianfeng Jiang
2023-12-26 02:50:01 +00:00
committed by Tate, Hongliang Tian
parent 632b1937c5
commit 7b7e3c4b7a
9 changed files with 17 additions and 17 deletions

View File

@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
aster-frame = { path = "../../../framework/aster-frame" }
pod = { git = "https://github.com/jinzhao-dev/pod", rev = "d7dba56" }
pod = { git = "https://github.com/asterinas/pod", rev = "d7dba56" }
typeflags-util = { path = "../typeflags-util" }
aster-rights-proc = { path = "../aster-rights-proc" }
aster-rights = { path = "../aster-rights" }