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/26 22:42:05 UTC

[incubator-teaclave-sgx-sdk] branch master updated: Fix http_req sample on http_req 0.6

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

dingyu 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 f2bd239  Fix http_req sample on http_req 0.6
f2bd239 is described below

commit f2bd239067d1af18ef60e4314fcc748337bd1ffd
Author: Yu Ding <di...@gmail.com>
AuthorDate: Sun Apr 26 15:41:52 2020 -0700

    Fix http_req sample on http_req 0.6
---
 samplecode/http_req/enclave/Xargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/samplecode/http_req/enclave/Xargo.toml b/samplecode/http_req/enclave/Xargo.toml
index 26fd2ce..c7a9778 100644
--- a/samplecode/http_req/enclave/Xargo.toml
+++ b/samplecode/http_req/enclave/Xargo.toml
@@ -63,7 +63,7 @@ stage = 4
 
 [dependencies.std]
 path = "../../../xargo/sgx_tstd"
-features = ["net"]
+features = ["net", "untrusted_time"]
 stage = 5
 
 [dependencies.sgx_no_tstd]


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