From 8e199f46ef89bf32ca406abd5c1436f48a6977bd Mon Sep 17 00:00:00 2001 From: Jianfeng Jiang Date: Tue, 6 Jun 2023 15:40:07 +0800 Subject: [PATCH] Import inherit-methods-macro from seperate repo --- Cargo.lock | 2 +- framework/jinux-frame/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9a822e0e6..466edcdda 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/framework/jinux-frame/Cargo.toml b/framework/jinux-frame/Cargo.toml index 5b517b1c1..7866b0a9b 100644 --- a/framework/jinux-frame/Cargo.toml +++ b/framework/jinux-frame/Cargo.toml @@ -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"] }