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/03/30 06:20:28 UTC

[incubator-teaclave-sgx-sdk] branch master updated: Fix v1.1.1 deps

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 9b33805  Fix v1.1.1 deps
9b33805 is described below

commit 9b33805615ac106ca53fd606424eb43a83515b3f
Author: Yu Ding <di...@gmail.com>
AuthorDate: Sun Mar 29 23:19:50 2020 -0700

    Fix v1.1.1 deps
---
 samplecode/prost-protobuf/app/Cargo.toml               |  4 ++--
 samplecode/prost-protobuf/enclave/Cargo.toml           |  4 ++--
 samplecode/static-data-distribution/enclave/Cargo.toml |  6 +++---
 sgx_crypto_helper/Cargo.toml                           | 12 ++++++------
 4 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/samplecode/prost-protobuf/app/Cargo.toml b/samplecode/prost-protobuf/app/Cargo.toml
index 8b15455..516dc97 100644
--- a/samplecode/prost-protobuf/app/Cargo.toml
+++ b/samplecode/prost-protobuf/app/Cargo.toml
@@ -5,8 +5,8 @@ authors = ["The Teaclave Authors"]
 build = "build.rs"
 
 [dependencies]
-sgx_types = { rev = "v1.1.0", git = "https://github.com/apache/teaclave-sgx-sdk.git" }
-sgx_urts = { rev = "v1.1.0", git = "https://github.com/apache/teaclave-sgx-sdk.git" }
+sgx_types = { rev = "v1.1.1", git = "https://github.com/apache/teaclave-sgx-sdk.git" }
+sgx_urts = { rev = "v1.1.1", git = "https://github.com/apache/teaclave-sgx-sdk.git" }
 prost = "0.6"
 prost-types = "0.6"
 bytes = "0.5"
diff --git a/samplecode/prost-protobuf/enclave/Cargo.toml b/samplecode/prost-protobuf/enclave/Cargo.toml
index becb8a0..c49df92 100644
--- a/samplecode/prost-protobuf/enclave/Cargo.toml
+++ b/samplecode/prost-protobuf/enclave/Cargo.toml
@@ -19,8 +19,8 @@ prost-types = { git = "https://github.com/mesalock-linux/prost-sgx" }
 prost-build = "0.6"
 
 [target.'cfg(not(target_env = "sgx"))'.dependencies]
-sgx_types = { rev = "v1.1.0", git = "https://github.com/apache/teaclave-sgx-sdk.git" }
-sgx_tstd = { rev = "v1.1.0", git = "https://github.com/apache/teaclave-sgx-sdk.git" }
+sgx_types = { rev = "v1.1.1", git = "https://github.com/apache/teaclave-sgx-sdk.git" }
+sgx_tstd = { rev = "v1.1.1", git = "https://github.com/apache/teaclave-sgx-sdk.git" }
 
 [patch.'https://github.com/apache/teaclave-sgx-sdk.git']
 sgx_alloc = { path = "../../../sgx_alloc" }
diff --git a/samplecode/static-data-distribution/enclave/Cargo.toml b/samplecode/static-data-distribution/enclave/Cargo.toml
index 29285f4..ee997bb 100644
--- a/samplecode/static-data-distribution/enclave/Cargo.toml
+++ b/samplecode/static-data-distribution/enclave/Cargo.toml
@@ -11,9 +11,9 @@ crate-type = ["staticlib"]
 default = []
 
 [target.'cfg(not(target_env = "sgx"))'.dependencies]
-sgx_types = { rev = "v1.1.0", git = "https://github.com/apache/teaclave-sgx-sdk.git" }
-sgx_tstd = { rev = "v1.1.0", git = "https://github.com/apache/teaclave-sgx-sdk.git" }
-sgx_crypto_helper = { package="sgx_tcrypto_helper", rev = "v1.1.0", git = "https://github.com/apache/teaclave-sgx-sdk.git" }
+sgx_types = { rev = "v1.1.1", git = "https://github.com/apache/teaclave-sgx-sdk.git" }
+sgx_tstd = { rev = "v1.1.1", git = "https://github.com/apache/teaclave-sgx-sdk.git" }
+sgx_crypto_helper = { package="sgx_tcrypto_helper", rev = "v1.1.1", git = "https://github.com/apache/teaclave-sgx-sdk.git" }
 
 [dependencies]
 serde_json = { git = "https://github.com/mesalock-linux/serde-json-sgx" }
diff --git a/sgx_crypto_helper/Cargo.toml b/sgx_crypto_helper/Cargo.toml
index 44dc589..c96f767 100644
--- a/sgx_crypto_helper/Cargo.toml
+++ b/sgx_crypto_helper/Cargo.toml
@@ -28,7 +28,7 @@ mesalock_sgx = [
     "serde-big-array-sgx"]
 
 [dependencies]
-sgx_ucrypto = { rev = "v1.1.0", git = "https://github.com/apache/teaclave-sgx-sdk.git", optional = true }
+sgx_ucrypto = { rev = "v1.1.1", git = "https://github.com/apache/teaclave-sgx-sdk.git", optional = true }
 libc = { version = "0.2", optional = true }
 itertools = { version = "*", default-features = false }
 serde = { version = "1.0.104", optional = true }
@@ -39,12 +39,12 @@ serde_derive-sgx = { git = "https://github.com/mesalock-linux/serde-sgx", packag
 serde-big-array-sgx = { git = "https://github.com/mesalock-linux/serde-big-array-sgx", package = 'serde-big-array', optional = true }
 
 [target.'cfg(not(target_env = "sgx"))'.dependencies]
-sgx_tcrypto = { rev = "v1.1.0", git = "https://github.com/apache/teaclave-sgx-sdk.git", optional = true }
-sgx_tstd    = { rev = "v1.1.0", git = "https://github.com/apache/teaclave-sgx-sdk.git", optional = true }
-sgx_types   = { rev = "v1.1.0", git = "https://github.com/apache/teaclave-sgx-sdk.git" }
+sgx_tcrypto = { rev = "v1.1.1", git = "https://github.com/apache/teaclave-sgx-sdk.git", optional = true }
+sgx_tstd    = { rev = "v1.1.1", git = "https://github.com/apache/teaclave-sgx-sdk.git", optional = true }
+sgx_types   = { rev = "v1.1.1", git = "https://github.com/apache/teaclave-sgx-sdk.git" }
 
 [dev-dependencies]
-sgx_ucrypto = { rev = "v1.1.0", git = "https://github.com/apache/teaclave-sgx-sdk.git" }
+sgx_ucrypto = { rev = "v1.1.1", git = "https://github.com/apache/teaclave-sgx-sdk.git" }
 rdrand = "0.6"
 rand_core = "0.4"
 serde_json = "*"
@@ -78,4 +78,4 @@ sgx_tunittest = { path = "../sgx_tunittest" }
 sgx_types = { path = "../sgx_types" }
 sgx_ucrypto = { path = "../sgx_ucrypto" }
 sgx_unwind = { path = "../sgx_unwind" }
-#sgx_urts = { path = "../sgx_urts" }
\ No newline at end of file
+#sgx_urts = { path = "../sgx_urts" }


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