Skip to content

Commit 4ad17e5

Browse files
committed
style(enclave-test): remove trailing "/" in package path
1 parent 26fe24f commit 4ad17e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enclave-test/app/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ build = "build.rs"
99
[dependencies]
1010
sgx_types = { git = "https://github.com/apache/incubator-teaclave-sgx-sdk", rev = "e8a9fc22939befa27ff67f5509b2c2dfe8499945", features = [ "extra_traits" ] }
1111
sgx_urts = { git = "https://github.com/apache/incubator-teaclave-sgx-sdk", rev = "e8a9fc22939befa27ff67f5509b2c2dfe8499945" }
12-
dcap_attestation = { path = "../../" }
12+
dcap_attestation = { path = "../.." }
1313

1414
[patch.'https://github.com/apache/teaclave-sgx-sdk.git']

0 commit comments

Comments
 (0)