This is an automated email from the ASF dual-hosted git repository.
rduan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git
The following commit(s) were added to refs/heads/master by this push:
new d2d339cb Remove redundant dependencies in sgx_urts
d2d339cb is described below
commit d2d339cbb005f676bb700059bd51dc689c025f6b
Author: volcano <[email protected]>
AuthorDate: Tue Jun 28 13:24:36 2022 +0800
Remove redundant dependencies in sgx_urts
---
sgx_urts/Cargo.toml | 1 -
1 file changed, 1 deletion(-)
diff --git a/sgx_urts/Cargo.toml b/sgx_urts/Cargo.toml
index 8f94a641..f240098c 100644
--- a/sgx_urts/Cargo.toml
+++ b/sgx_urts/Cargo.toml
@@ -19,5 +19,4 @@ global_exit = ["global_init"]
[dependencies]
sgx_types = { path = "../sgx_types" }
-sgx_uspfs = { path = "../sgx_fs/uspfs" }
libc = "0.2"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]