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

[incubator-teaclave-sgx-sdk] 27/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 95ee96e014114bd42ecdd378b6671df6c713330f
Author: Yu Ding <di...@gmail.com>
AuthorDate: Thu Apr 2 16:59:58 2020 -0700

    Prepare sgx_backtrace
---
 sgx_backtrace/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sgx_backtrace/Cargo.toml b/sgx_backtrace/Cargo.toml
index 49f60fc..2f26ee2 100644
--- a/sgx_backtrace/Cargo.toml
+++ b/sgx_backtrace/Cargo.toml
@@ -20,7 +20,7 @@ sgx_tstd = "=1.1.1"
 sgx_serialize = { version = "=1.1.1", optional = true }
 
 [dependencies]
-sgx_serialize_derive = { path = "../sgx_serialize_derive" }
+sgx_serialize_derive = "=1.1.1"
 
 [features]
 default = ["std"]


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