Upgrade POD and trapframe

This commit is contained in:
Yuke Peng
2023-07-04 08:16:08 -07:00
committed by Tate, Hongliang Tian
parent c21c25a7d5
commit 829575b3a6
6 changed files with 9 additions and 9 deletions

View File

@ -10,7 +10,7 @@ bitflags = "1.3"
spin = "0.9.4"
jinux-frame = { path = "../../../framework/jinux-frame" }
jinux-util = { path = "../../libs/jinux-util" }
pod = { git = "https://github.com/jinzhao-dev/pod", rev = "7fa2ed2" }
pod = { git = "https://github.com/jinzhao-dev/pod", rev = "71e59ec" }
component = { path = "../../libs/comp-sys/component" }
log = "0.4"