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 01:37:43 UTC

[incubator-teaclave-sgx-sdk] branch master updated: Fix xargo build

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 97a2ce3  Fix xargo build
97a2ce3 is described below

commit 97a2ce37f07c13b9fea2a78b2c71a02cf7e24a16
Author: Yu Ding <di...@gmail.com>
AuthorDate: Thu Apr 2 18:37:28 2020 -0700

    Fix xargo build
---
 xargo/sgx_tstd/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xargo/sgx_tstd/Cargo.toml b/xargo/sgx_tstd/Cargo.toml
index 7fb7b5b..027d8d8 100644
--- a/xargo/sgx_tstd/Cargo.toml
+++ b/xargo/sgx_tstd/Cargo.toml
@@ -31,4 +31,4 @@ sgx_demangle = { path = "../../sgx_demangle" }
 sgx_unwind = { path = "../../sgx_unwind" }
 
 [dependencies]
-hashbrown = { path = "../../sgx_tstd/hashbrown", default-features = false, features = ['rustc-dep-of-std'] }
+hashbrown = { package = "hashbrown_tstd", path = "../../sgx_tstd/hashbrown", default-features = false, features = ['rustc-dep-of-std'] }


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