We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26fe24f commit 4ad17e5Copy full SHA for 4ad17e5
enclave-test/app/Cargo.toml
@@ -9,6 +9,6 @@ build = "build.rs"
9
[dependencies]
10
sgx_types = { git = "https://github.com/apache/incubator-teaclave-sgx-sdk", rev = "e8a9fc22939befa27ff67f5509b2c2dfe8499945", features = [ "extra_traits" ] }
11
sgx_urts = { git = "https://github.com/apache/incubator-teaclave-sgx-sdk", rev = "e8a9fc22939befa27ff67f5509b2c2dfe8499945" }
12
-dcap_attestation = { path = "../../" }
+dcap_attestation = { path = "../.." }
13
14
[patch.'https://github.com/apache/teaclave-sgx-sdk.git']
0 commit comments