You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@teaclave.apache.org by di...@apache.org on 2020/04/03 00:05:23 UTC

[incubator-teaclave-sgx-sdk] 08/30: Prepare sgx_tdh

This is an automated email from the ASF dual-hosted git repository.

dingyu pushed a commit to branch v1.1.1-crates-io
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git

commit b563cf9e1190119665bfabfe33879bc1410005ea
Author: Yu Ding <di...@gmail.com>
AuthorDate: Thu Apr 2 16:42:14 2020 -0700

    Prepare sgx_tdh
---
 sgx_tdh/Cargo.toml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sgx_tdh/Cargo.toml b/sgx_tdh/Cargo.toml
index e7f3f8f..7636726 100644
--- a/sgx_tdh/Cargo.toml
+++ b/sgx_tdh/Cargo.toml
@@ -18,7 +18,7 @@ default = []
 use_lav2 = []
 
 [target.'cfg(not(target_env = "sgx"))'.dependencies]
-sgx_types = { path = "../sgx_types" }
-sgx_trts = { path = "../sgx_trts" }
-sgx_tcrypto = { path = "../sgx_tcrypto" }
-sgx_tse = { path = "../sgx_tse" }
+sgx_types = "=1.1.1"
+sgx_trts = "=1.1.1"
+sgx_tcrypto = "=1.1.1"
+sgx_tse = "=1.1.1"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@teaclave.apache.org
For additional commands, e-mail: commits-help@teaclave.apache.org