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 19:55:24 UTC

[incubator-teaclave-sgx-sdk] branch debug_types updated: Rename sgx-type-debug to sgx_types_debug

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

dingyu pushed a commit to branch debug_types
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git


The following commit(s) were added to refs/heads/debug_types by this push:
     new 7cc1ad0  Rename sgx-type-debug to sgx_types_debug
7cc1ad0 is described below

commit 7cc1ad01feeb15c00772c62453751a69f815410e
Author: Yu Ding <di...@gmail.com>
AuthorDate: Sun Apr 26 12:55:13 2020 -0700

    Rename sgx-type-debug to sgx_types_debug
---
 sgx_types/Cargo.toml                           | 4 ++--
 {sgx-type-debug => sgx_types_debug}/Cargo.toml | 2 +-
 {sgx-type-debug => sgx_types_debug}/LICENSE    | 0
 {sgx-type-debug => sgx_types_debug}/Readme.md  | 0
 {sgx-type-debug => sgx_types_debug}/src/lib.rs | 0
 5 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sgx_types/Cargo.toml b/sgx_types/Cargo.toml
index fe4675f..e0f14c2 100644
--- a/sgx_types/Cargo.toml
+++ b/sgx_types/Cargo.toml
@@ -14,7 +14,7 @@ path = "src/lib.rs"
 
 [features]
 default = []
-debug = ["sgx-type-debug"]
+debug = ["sgx_types_debug"]
 
 [dependencies]
-sgx-type-debug = { path = "../sgx-type-debug", version = "0.1", optional = true }
+sgx_types_debug = { version = "0.1", optional = true }
diff --git a/sgx-type-debug/Cargo.toml b/sgx_types_debug/Cargo.toml
similarity index 93%
rename from sgx-type-debug/Cargo.toml
rename to sgx_types_debug/Cargo.toml
index 13b1301..69a6d94 100644
--- a/sgx-type-debug/Cargo.toml
+++ b/sgx_types_debug/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 authors = ["The Teaclave Authors"]
-name = "sgx-type-debug"
+name = "sgx_types_debug"
 version = "0.1.0"
 repository = "https://github.com/apache/teaclave-sgx-sdk"
 license-file = "LICENSE"
diff --git a/sgx-type-debug/LICENSE b/sgx_types_debug/LICENSE
similarity index 100%
rename from sgx-type-debug/LICENSE
rename to sgx_types_debug/LICENSE
diff --git a/sgx-type-debug/Readme.md b/sgx_types_debug/Readme.md
similarity index 100%
rename from sgx-type-debug/Readme.md
rename to sgx_types_debug/Readme.md
diff --git a/sgx-type-debug/src/lib.rs b/sgx_types_debug/src/lib.rs
similarity index 100%
rename from sgx-type-debug/src/lib.rs
rename to sgx_types_debug/src/lib.rs


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