Import inherit-methods-macro from seperate repo
This commit is contained in:
parent
893b174dc9
commit
8e199f46ef
|
|
@ -345,7 +345,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "inherit-methods-macro"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/occlum/occlum?branch=1.0.0-preview#927512bc20b1221060bcfc505e71adae5f42b1ff"
|
||||
source = "git+https://github.com/jinzhao-dev/inherit-methods-macro?rev=98f7e3e#98f7e3eb9efdac98faf5a7076f154f30894b9b02"
|
||||
dependencies = [
|
||||
"darling",
|
||||
"proc-macro2",
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ intrusive-collections = "0.9.5"
|
|||
log = "0.4"
|
||||
lazy_static = { version = "1.0", features = ["spin_no_std"] }
|
||||
trapframe = { git = "https://github.com/sdww0/trapframe-rs", rev = "4234db5" }
|
||||
inherit-methods-macro = { git = "https://github.com/occlum/occlum", branch = "1.0.0-preview" }
|
||||
inherit-methods-macro = { git = "https://github.com/jinzhao-dev/inherit-methods-macro", rev = "98f7e3e" }
|
||||
|
||||
[target.x86_64-custom.dependencies]
|
||||
limine = { version = "0.1.10", features = ["into-uuid"] }
|
||||
|
|
|
|||
Loading…
Reference in New Issue