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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to