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:41 UTC

[incubator-teaclave-sgx-sdk] 26/30: Prepare sgx_backtrace

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 d9d9d87acae2254399e1e4eb9e72a662c7cf8dbc
Author: Yu Ding <di...@gmail.com>
AuthorDate: Thu Apr 2 16:59:42 2020 -0700

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

diff --git a/sgx_backtrace/Cargo.toml b/sgx_backtrace/Cargo.toml
index fa6f50c..49f60fc 100644
--- a/sgx_backtrace/Cargo.toml
+++ b/sgx_backtrace/Cargo.toml
@@ -10,14 +10,14 @@ description = "Rust SGX SDK provides the ability to write Intel SGX applications
 edition = "2018"
 
 [target.'cfg(not(target_env = "sgx"))'.dependencies]
-sgx_demangle = { path = "../sgx_demangle" }
-sgx_backtrace_sys = { path = "../sgx_backtrace_sys" }
-sgx_libc = { path = "../sgx_libc" }
-sgx_unwind = { path = "../sgx_unwind" }
-sgx_types = { path = "../sgx_types" }
-sgx_trts = { path = "../sgx_trts" }
-sgx_tstd = { path = "../sgx_tstd" }
-sgx_serialize = { path = "../sgx_serialize", optional = true }
+sgx_demangle = "=1.1.1"
+sgx_backtrace_sys = "=1.1.1"
+sgx_libc = "=1.1.1"
+sgx_unwind = "=1.1.1"
+sgx_types = "=1.1.1"
+sgx_trts = "=1.1.1"
+sgx_tstd = "=1.1.1"
+sgx_serialize = { version = "=1.1.1", optional = true }
 
 [dependencies]
 sgx_serialize_derive = { path = "../sgx_serialize_derive" }


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